1.Java进行FTP操作所需要的jar包 importorg.apache.commons.io.IOUtils; importorg.apache.commons.net.ftp.FTPClient; 2、通过FTPClient登录FTP服务器,上传下载文件等操作