摘要: public class FileOperate { #region 写文件 public static void Write_Txt(string path,string FileName, string Content) { Encoding code = Encoding.GetEncodin 阅读全文
posted @ 2020-05-14 17:26 千年问心 阅读(172) 评论(0) 推荐(0) 编辑
摘要: public class FtpHelper { // 默认常量定义 private static readonly string rootPath = "/"; private static readonly int defaultReadWriteTimeout = 300000; privat 阅读全文
posted @ 2020-05-14 17:21 千年问心 阅读(364) 评论(0) 推荐(0) 编辑