SocketTools .NET Edition

FtpClient.GetFileSize Method

Returns the size of the specified file on the remote server.

Overload List

Returns the size of the specified file on the remote server.

public bool GetFileSize(string,ref int);

Returns the size of the specified file on the remote server.

public bool GetFileSize(string,ref long);

See Also

FtpClient Class | SocketTools Namespace