ListenFTP 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Starts an FTP server that listens on the specified port and transforms incoming files into FlowFiles. The URI of the service will be ftp://{hostname}:{port}. The default port is 2221.
Tags
FTP, FTPS, ingest, listen
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Relationship for successfully received files.
Writes Attributes
Name Description
filename The name of the file received via the FTP/FTPS connection.
path The path pointing to the file's target directory. E.g.: file.txt is uploaded to /Folder1/SubFolder, then the value of the path attribute will be "/Folder1/SubFolder/" (note that it ends with a separator character).