edtFTPj是一个FTP客户端库,可让任何Java应用程序能有充分的嵌入式FTP功能。它包括一个易于使用的API的方法,如 downloadFile() 和uploadFile() 。大多数FTP命令的支持,并主动和被动模式。 edFTPj已被广泛的测试,并已广泛应用于成千上万的项目。
该版本改进内容包括:
1. An end of line terminator bug in FTPInputStream was fixed.
2. If Unix EOL terminators were read, they were stripped, which is incorrect.
3. The exists() method was made more reliable for FTP.
4. Java 1.4 and above are now supported.
5. A problem whereby FTP server errors such as 452 are accepted in non-strict reply checking mode was fixed.
6. The ability to intercept and modify the server response to the PASV command was added (so that a different host or port number can be substituted).
7. FTPTransferCancelledException is now thrown when uploads are cancelled.
8. Minor file parsing bugs were fixed
下载地址:
暂无更多评论