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