ftpclient下载文件的时候字节小了200多b,下载的pdf文件文字不能显示内容。
下面代码正常下载。
public boolean downFileFromFTP(String url, int port, String username,
String password, String remotePath, String fileName,
String localPath) {
boolean success = false;
FTPClient ftp = new ...
原创
2019-02-27 17:14:51 ·
990 阅读 ·
0 评论