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

2014年1月9日

摘要: 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 阅读(3847) 评论(0) 推荐(0) 编辑