Back to product page

Resume property


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

Type

Boolean.

Syntax

  • C#
  • VB.NET
Boolean Resume {get; set; };

Property Resume As Boolean

Remarks

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

Platforms

Windows