java web FTPClient 实现上传文件到指定服务器
FTPClient 实现上传文件到指定服务器 调用 FileInputStream in=new FileInputStream(new File(fileUrl));
moveFile("10.3.3.**", 21, "username", "password", path, filename, in);方法/**
* Description: 向FTP服务器上传文
原创
2017-02-08 14:14:05 ·
7823 阅读 ·
0 评论