摘要: 1 public class FtpLib 2 { 3 string ftpServerIP; 4 string ftpUserID; 5 string ftpPassword; 6 FtpWebRequest reqFTP; 7 8 public FtpLib(string ftpServerIP, string ftpUserID, string ftpPassword) 9 { 10 this.ftpServerIP = ftpServer... 阅读全文
posted @ 2013-08-04 20:12 JeffQing 阅读(1018) 评论(0) 推荐(0) 编辑