Пример #1
0
 public static bool CheckFtpConnect()
 {
     ftp = new FTP(Host, User, Pass);
     return(ftp.CheckFTPConnection());
 }