예제 #1
0
파일: CLI.cs 프로젝트: sgpicone/WhatUtil
 public CLI(string url, string user, string pass)
 {
     parser = new CommandParser();
     ftp = new FTP(url, user, pass);
 }
예제 #2
0
파일: CLI.cs 프로젝트: sgpicone/WhatUtil
 public CLI(string url, string user, string pass)
 {
     parser = new CommandParser();
     ftp    = new FTP(url, user, pass);
 }