Matt Burgess created NIFI-4137:
----------------------------------
Summary: Add UTF8 support for GetFTP
Key: NIFI-4137
URL: https://issues.apache.org/jira/browse/NIFI-4137
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Matt Burgess
When using GetFTP, the filename is not properly handled by NiFi if it contains
special characters like é, è, à, ...
[RFC-2640|http://filezilla-project.org/specs/rfc2640.txt] is an extension of
the FTP protocol to handle non-English characters (source:
https://wiki.filezilla-project.org/Character_Encoding). The client and server
must both support UTF-8.
This Jira proposes to add a property for "Use UTF-8 Encoding", defaulted to
false to maintain existing behavior. When set to true,
setControlEncoding("UTF-8") should be called on the client.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)