[ 
https://issues.apache.org/jira/browse/NIFI-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Burgess updated NIFI-4137:
-------------------------------
    Description: 
When using GetFTP or PutFTP, 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.


  was:
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.



> Add UTF8 support for GetFTP and PutFTP
> --------------------------------------
>
>                 Key: NIFI-4137
>                 URL: https://issues.apache.org/jira/browse/NIFI-4137
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>
> When using GetFTP or PutFTP, 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)

Reply via email to