下載網(wǎng)站
http://www.enterprisedt.com/products/edtftpj/overview.html
FTPClient ftp new FTPClient("211.136.186.169");建立連接
ftp.login("username","password"); 登錄
ftp.get("to file","from ftp file"]); 下載文件
ftp.put("file1","file2"); 上傳文件
http://www.enterprisedt.com/products/edtftpj/overview.html
FTPClient ftp new FTPClient("211.136.186.169");建立連接
ftp.login("username","password"); 登錄
ftp.get("to file","from ftp file"]); 下載文件
ftp.put("file1","file2"); 上傳文件