wodFtpDLX ActiveX Control - Resume Property
      
 

Description

Determines if wodFtpDLX will resume file transfer.


Property type

A Boolean value.  When set to true file transfer will resume.


Syntax

object.Resume [= value]



The Resume Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFtpDLX.
value A Boolean value.

Remarks

Resume property will force wodFtpDLX to resume file transfer, if possible. File transfer will not truncate destination file, and transmission of data will continue from the point where connection was lost last time.

If you're uploading a file, wodFtpDLX will start from the position that is equal to the length of remote file that already exists on the server. If you're downloading a file, wodFtpDLX will start from the position that is equal to the length of local file.

Resume property is pretty much 'unstable' when dealing with TransferMode files. It is advised not to use it in such cases.