apache issue

[1]Rename does not work with some FTP servers that do not provide directory listings

When connecting to an FTP server that does not provide full directory listings, the rename as currently implemented fails. The solution seems to be to use the relative path in the rename instead of the absolute path.
See attached patch.

https://issues.apache.org/jira/browse/VFS-188

[2]
[net] FTPClient.listFiles can not get file list of directorychinese characters

This issue should be fixed with the addition of an encoding parameter a couple of versions ago. If not, feel free to reopen.

你可能感兴趣的:(apache,.net)