FTPConnectionGetSize Method
Get the size of a remote file.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual long GetSize(
string remoteFile
)
Public Overridable Function GetSize (
remoteFile As String
) As Long
public:
virtual long long GetSize(
String^ remoteFile
)
abstract GetSize :
remoteFile : string -> int64
override GetSize :
remoteFile : string -> int64
- remoteFile String
- Name or path of remote file in current working directory.
Int64Size of file in bytes.
This is not a standard FTP command, it is defined in "Extensions to FTP", a draft RFC
(draft-ietf-ftpext-mlst-16.txt).