edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
If a transfer was resumed then this property will return the byte-offset from which the transfer starts.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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