GetFTP 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Fetches files from an FTP Server and creates FlowFiles from them
Tags
FTP, fetch, files, get, ingest, input, remote, retrieve, source
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success All FlowFiles that are received are routed to success
Writes Attributes
Name Description
filename The filename is set to the name of the file on the remote server
path The path is set to the path of the file's directory on the remote server. For example, if the <Remote Path> property is set to /tmp, files picked up from /tmp will have the path attribute set to /tmp. If the <Search Recursively> property is set to true and a file is picked up from /tmp/abc/1/2/3, then the path attribute will be set to /tmp/abc/1/2/3
file.lastModifiedTime The date and time that the source file was last modified
file.lastAccessTime The date and time that the file was last accessed. May not work on all file systems
file.owner The numeric owner id of the source file
file.group The numeric group id of the source file
file.permissions The read/write/execute permissions of the source file
absolute.path The full/absolute path from where a file was picked up. The current 'path' attribute is still populated, but may be a relative path
See Also