2015年8月21日

C# FTP操作类可用

摘要: public class FtpClient { #region 构造函数 /// /// 创建FTP工具 /// /// 默认不使用SSL,使用二进制传输方式,使用被动模式 /// //... 阅读全文

posted @ 2015-08-21 21:48 HOT SUMMER 阅读(3570) 评论(0) 推荐(0)

C# FTP操作类

摘要: using System;using System.Net;using System.IO;using System.Text;using System.Net.Sockets;using System.Collections.Generic;namespace 阿飞_秋风扫落叶网站软文系统.Com... 阅读全文

posted @ 2015-08-21 18:11 HOT SUMMER 阅读(963) 评论(0) 推荐(0)

导航