增加FTP协议,未完成!
nnhy authored at 2011-12-31 16:55:51
241.00 B
X
using System;
using System.Collections.Generic;
using System.Text;

namespace NewLife.Net.FTP
{
    /// <summary>FTP客户端</summary>
    public class FTPClient : DisposeBase
    {
        //TODO 未实现FTP客户端
    }
}