Example #1
0
 public static void DownloadLog(string host, string logname, string local_path, FtpUtil.DownloadFileProgressHandle handle = null)
 {
     FtpUtil.DownloadFileByName(host, logname, local_path, handle);
 }