Jens M Kofoed created NIFI-10143:
------------------------------------
Summary: ListFTP/GetFTP has issues with danish special characters
(UTF-8)
Key: NIFI-10143
URL: https://issues.apache.org/jira/browse/NIFI-10143
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.16.2
Environment: NIFI Version 1.16.2, Java 8
Reporter: Jens M Kofoed
ListFTP and GetFTP has issues listing file/directories including danish
charaters (æøå).
The ftp server is MS IIS FTP, and UTF-8 has been set to true.
with a small test flow, I used a GenerateFlowfile and added 2 Properties.
filename="test.txt" and path="æøå". The output is going to a PutFTP, with
Remote path set to ${path}
The PutFTP does indeed create a subfolder at the ftp server, named æøå. But...
With a ListFTP or GetFTP process, looking into the same root folder gives an
error.
ListFTP[id=e4c43ea1-2d5d-1fea-ffff-ffff89c101ce] Unable to get listing from
/���; skipping: java.io.IOException: Cannot list files for non-existent
directory /���
--
This message was sent by Atlassian Jira
(v8.20.7#820007)