Beispiel #1
0
 public CLI(string url, string user, string pass)
 {
     parser = new CommandParser();
     ftp = new FTP(url, user, pass);
 }
Beispiel #2
0
 public CLI(string url, string user, string pass)
 {
     parser = new CommandParser();
     ftp    = new FTP(url, user, pass);
 }