FTPGetFileSize Method |
Namespace: SIC.File
[Missing <param name="pFileName"/> documentation for "M:SIC.File.FTP.GetFileSize(System.String)"]
[Missing <returns> documentation for "M:SIC.File.FTP.GetFileSize(System.String)"]
string fileSize = ftpClient.GetFileSize("etc/test.txt"); Console.WriteLine(fileSize);