An NDoc Documented Class Library

FTPConnection.ResumeTransfer Method 

Make the next file transfer (upload or download) resume.

public virtual void ResumeTransfer();

Remarks

For uploads, the bytes already transferred are skipped over, while for downloads, if writing to a file, it is opened in append mode, and only the bytes required are transferred.

Currently resume is only supported for BINARY transfers (which is generally what it is most useful for).

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace