Size of local file (see remarks).

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

Syntax

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

Remarks

For binary transfers this is the same as the size of the remove file RemoteFileSize, but for ASCII transfers it may differ.

See Also