摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Net;namespace ClaLibrary{ public class FtpInfo { #region 定义 /// <summary> /// FTP连接地址 /// </summary> string ftpServerIP; /// <summary> /// 指定FTP连接成功后的当前目录, 如果不指定即默认为根目录 // 阅读全文
posted @ 2013-04-28 09:01 liyx0618 阅读(218) 评论(0) 推荐(0) 编辑