博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

01 2014 档案

摘要:public static DateTime GetFileModifyDateTime(string ftpServerIP,string ftpFolder,string ftpUserID,string ftpPwd, string fileName) { FtpWebRequest reqFTP=null; try { if (ftpFolder != "") { ftpFolder = ftpFolder.Replace("/", "").Replace("\\", ""); ftpF 阅读全文

posted @ 2014-01-09 08:58 hyruur 阅读(4131) 评论(0) 推荐(0)