2014年4月12日
摘要: 参考了网上一些代码,作了一些调整优化。001usingSystem;002usingSystem.Collections.Generic;003usingSystem.Linq;004usingSystem.Text;005usingSystem.Net;006usingSystem.IO;007008publicclassFTPHelper009{010/// 011/// FTP请求对象012/// 013FtpWebRequest request =null;014/// 015/// FTP响应对象016/// 017FtpWebResponse response =null;018/ 阅读全文
posted @ 2014-04-12 11:20 GC2013 阅读(2944) 评论(1) 推荐(0)