예제 #1
0
파일: FTPcs.cs 프로젝트: sparrow41/training
 public static string Get(string file)
 {
     string bankname = file;
     var geter = new GetFile();
     var sourcefilepath = _server + bankname + ".txt";
     return geter.Get(sourcefilepath, _login, _pass);
 }
예제 #2
0
        public static string Get(string file)
        {
            string bankname       = file;
            var    geter          = new GetFile();
            var    sourcefilepath = _server + bankname + ".txt";

            return(geter.Get(sourcefilepath, _login, _pass));
        }