Re: Progress - total is 0? (General questions)
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:
- Progress - total is 0? - Morten Larsen, 2006-03-16, 18:30
- Re: Progress - total is 0? - Morten Larsen, 2006-03-16, 18:40
- Re: Progress - total is 0? - wodSupport, 2006-03-16, 19:18
- Re: Progress - total is 0? - wodDrazen, 2006-03-16, 23:58
- Re: Progress - total is 0? - wodSupport, 2006-03-16, 19:18
- Re: Progress - total is 0? - Morten Larsen, 2006-03-16, 18:40