Esempio n. 1
0
 public static List <ReaderRecord> ReadRecords(string host, string logname, FtpUtil.CriteriaHandle handle = null)
 {
     return(FtpUtil.ReadRecords(host, logname, handle));
 }
Esempio n. 2
0
 public static List <string> ReadTags(string host, string logname, FtpUtil.CriteriaHandle handle = null)
 {
     return(FtpUtil.ReadTags(host, logname, handle));
 }