edtFTPnet/Free - Open-source FTP component for .NET | Download
If a transfer was resumed then this property will return the byte-offset from which the transfer starts.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public long ResumeOffset { get; }
Visual Basic
Public ReadOnly Property ResumeOffset As Long
	Get
Visual C++
public:
property long long ResumeOffset {
	long long get ();
}

See Also