Get the size of a remote file.

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

Syntax

C#
public virtual long Size(
	string remoteFile
)
Visual Basic
Public Overridable Function Size ( _
	remoteFile As String _
) As Long
Visual C++
public:
virtual long long Size(
	String^ remoteFile
)

Parameters

remoteFile
Type: System..::..String
Name or path of remote file in current directory.

Return Value

Size of file in bytes.

Implements

IFileTransferClient..::..Size(String)

See Also