Gets/Sets the size of the FtpFile.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public long Size { get; set; }
Visual Basic
Public Property Size As Long
	Get
	Set
Visual C++
public:
property long long Size {
	long long get ();
	void set (long long value);
}

See Also