-
FTPClient的Java Archive (jar)包
资源介绍
FTPClient的jar包
FTPClient ftpClient = new FTPClient();
ftpClient.connect("ftp.foo.com");
ftpClient.login("user01", "pass1234");
ftpClient.download("C:\\Temp\\&quo;
t;, "README.txt");
// Eventually other operations here ...
ftpClient.disconnect();
- 上一篇: ftpclient所需jar包
- 下一篇: FTPClient jar