Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-6
-
Fix Version/s: 2.0
-
Component/s: wagon-file
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
wagon-ftp should support the character encoding used by the FTP control connection.
Our FTP servers require that commands be issued in a non-ASCII encoding (UTF-8) so that filenames with multi-byte character representations can be specified.
see : http://commons.apache.org/net/apidocs/src-html/org/apache/commons/net/ftp/FTP.html#line.379
I mistook wagon-file for wagon-ftp. Wagon-ftp is correct.