Resume Property

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Resume Property

Determines if wodFtpDLX.NET will try to resume file transfer.

[Visual Basic]
Public Property Resume As Boolean
[C#]
public bool Resume {get; set;}
[JScript]
public function get,set Resume : boolean

Remarks

Resume property will force wodFtpDLX.NET 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.NET 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.NET will start from the position that is equal to the length of local file.

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.