FTP: Server encoding detection
TheDeadOne opened this issue · 1 comments
TheDeadOne commented
Short description
Enable automatic FTP server encoding detection.
Details
org.apache.commons.net.ftp.FTPClient
has a setAutodetectUTF8
method to determine if the server supports UTF-8. Enabling the detection on client creation would allow working with files that have non-Latin names.