Re: Progress - total is 0? - WeOnlyDo Discussion board

Re: Progress - total is 0? (General questions)

by wodDrazen, Thursday, March 16, 2006, 23:58 (6826 days ago) @ wodSupport

Hi Morten,

You can try to delete file under TransferCompleted Event.
There you can find Successful Variable and you can use it in your case if transfer isn't completed(Successful = False).

Also, you can try with Successful Variable under TransferCompleted Event for shutting down server after file transfer.
In this case if transfer is completed successfully you can call Stop Method and to deny users to connect to your server in that time you can try with something like this under Connecting Event:

If User.RemoteIP <> current_user_ip Then Action = Deny


Hope I helped.

Regards,
Drazen


Complete thread: