摘要: public class FTPClient { #region 构造函数 /// /// 缺省构造函数 /// public FTPClient() { strRemoteHost = ""; strRemotePath = "/"; strRemoteUser = ""; strRemotePass = ""; strRemotePort = 21; bConnected = false; } /// /// 构造函数 /// /// /// /// /// /// public FTPClient(strin 阅读全文
posted @ 2014-03-01 12:06 半哭半笑半颗心° 阅读(572) 评论(0) 推荐(0) 编辑