优化ETL过滤模块
namespace NewLife.Net.FTP { /// <summary>FTP客户端</summary> public class FTPClient : DisposeBase { //TODO 未实现FTP客户端 } }