edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionGetSize Method

Get the size of a remote file.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual long GetSize(
	string remoteFile
)

Parameters

remoteFile
Type: SystemString
Name or path of remote file in current working directory.

Return Value

Type: Int64
Size of file in bytes.
Remarks
This is not a standard FTP command, it is defined in "Extensions to FTP", a draft RFC (draft-ietf-ftpext-mlst-16.txt).
See Also