摘要:
直接说方法: 1 public string[] GetFileList() 2 { 3 string[] downloadFiles; 4 StringBuilder result = new StringBuilder(); 5 FtpWebRequest reqFTP; 6 try 7 { 8 reqFTP = (FtpWebRequest)FtpWebRequest.Create(new Uri(@ftp... 阅读全文
posted @ 2013-09-10 23:45
zhzhx0318
阅读(16269)
评论(4)
推荐(0)