Resuming a Transfer

There is no resume method; however, you can use the RemoteCommand method to send the APPE (Append) command to a server. APPE is the FTP command to resume a transfer.

Example

MySite.RemoteCommand "APPE html/test.txt"

 

The RemoteCommand method exists to allow you to pass any command to the server manually, even if that command is not natively supported through the TE API.