PutFTP 2025.10.9.21

Bundle

org.apache.nifi | nifi-standard-nar

Description

Sends FlowFiles to an FTP Server

Tags

archive, copy, egress, files, ftp, put, remote

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Batch SizeThe maximum number of FlowFiles to send in a single connection
Conflict ResolutionDetermines how to handle the problem of filename collisions
Connection ModeThe FTP Connection Mode
Connection TimeoutAmount of time to wait before timing out while creating a connection
Create DirectorySpecifies whether or not the remote directory should be created if it does not exist.
Data TimeoutWhen transferring a file between the local and remote system, this value specifies how long is allowed to elapse without any data being transferred between systems
Dot RenameIf true, then the filename of the sent file is prepended with a “.” and then renamed back to the original once the file is completely sent. Otherwise, there is no rename. This property is ignored if the Temporary Filename property is set.
HostnameThe fully qualified hostname or IP address of the remote system
Internal Buffer SizeSet the internal buffer size for buffered data streams
Last Modified TimeThe lastModifiedTime to assign to the file after transferring it. If not set, the lastModifiedTime will not be changed. Format must be yyyy-MM-dd ‘T’HH:mm:ssZ. You may also use expression language such as ${file.lastModifiedTime}. If the value is invalid, the processor will not be invalid but will fail to change lastModifiedTime of the file.
PasswordPassword for the user account
PermissionsThe permissions to assign to the file after transferring it. Format must be either UNIX rwxrwxrwx with a - in place of denied permissions (e.g. rw-r–r–) or an octal number (e.g. 644). If not set, the permissions will not be changed. You may also use expression language such as ${file.permissions}. If the value is invalid, the processor will not be invalid but will fail to change permissions of the file.
PortThe port that the remote system is listening on for file transfers
Reject Zero-Byte FilesDetermines whether or not Zero-byte files should be rejected without attempting to transfer
Remote PathThe path on the remote system from which to pull or push files
Temporary FilenameIf set, the filename of the sent file will be equal to the value specified during the transfer and after successful completion will be renamed to the original filename. If this value is set, the Dot Rename property is ignored.
Transfer ModeThe FTP Transfer Mode
Use CompressionIndicates whether or not ZLIB compression should be used when transferring files
UsernameUsername
ftp-use-utf8Tells the client to use UTF-8 encoding when processing files and filenames. If set to true, the server must also support UTF-8 encoding.
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
failureFlowFiles that failed to send to the remote system; failure is usually looped back to this processor
rejectFlowFiles that were rejected by the destination system
successFlowFiles that are successfully sent will be routed to success

See also