Daniel do Vale created NIFI-5717:
------------------------------------
Summary: FTPTransfer can't connect to different users in a same
host
Key: NIFI-5717
URL: https://issues.apache.org/jira/browse/NIFI-5717
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.7.1
Reporter: Daniel do Vale
1) I have one FTP server host which different users can access.
2) I'm trying to connect with 2 different users in the same host. These users
have different root folders configurated inside my host.
3) The first user can connect to FTP without any problems.
4) The second user can't connect to FTP properly, because nifi FTPTransfer
class have one verification that sees if the host is the same that previous
access, it don't reconnect (just reuse the current connection). For this
reason, the folders path dont match when i try to get some files.
The problem occurs inside "getClient" method in FTPTransfer util class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)