Click or drag to resize

FTPGetFileSize Method

Get the size fo a file

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public string GetFileSize(
	string pFileName
)

Parameters

pFileName
Type: SystemString

[Missing <param name="pFileName"/> documentation for "M:SIC.File.FTP.GetFileSize(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SIC.File.FTP.GetFileSize(System.String)"]

Examples
string fileSize = ftpClient.GetFileSize("etc/test.txt");
Console.WriteLine(fileSize);
See Also