摘要: ① 创建客户端 FTPClient ftpClient= new FTPClient(); ② 客户端 连接登陆ftp服务器 ftpClient.connect(hostname, port); //连接ftp服务器 ftpClient.login(username, password); //登录 阅读全文
posted @ 2019-08-28 11:28 逆袭的小鱼 阅读(12064) 评论(0) 推荐(0) 编辑