edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHFTPClientSize Method

Get the size of a remote file.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override long Size(
	string path
)

Parameters

path  String
Name or path of remote file in current directory.

Return Value

Int64
Size of file in bytes.

Implements

IFileTransferClientSize(String)

See Also