开源ftp客户端 使用介绍 static void Main(string[] args) { using (FtpConnection ftp = new FtpConnection("192.168.1.209", 21, "softland", "123456")) { ftp.Open(); /* Open the FTP connection */ ftp.Login(); /* Login using previously prov