Supports Expression Language: true (will be evaluated using variable registry only)Listening Port | listening-port | 2221 | | The Port to listen on for incoming connections. On Linux, root privileges are required to use port numbers below 1024. Supports Expression Language: true (will be evaluated using variable registry only) |
Username | username | | | The name of the user that is allowed to log in to the FTP server. If a username is provided, a password must also be provided. If no username is specified, anonymous connections will be permitted. Supports Expression Language: true (will be evaluated using variable registry only) |
Password | password | | | If the Username is set, then a password must also be specified. The password provided by the client trying to log in to the FTP server will be checked against this password. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) |
SSL Context Service | ssl-context-service | | Controller Service API: SSLContextService Implementations: StandardSSLContextService StandardRestrictedSSLContextService | Specifies the SSL Context Service that can be used to create secure connections. If an SSL Context Service is selected, then a keystore file must also be specified in the SSL Context Service. Without a keystore file, the processor cannot be started successfully.Specifying a truststore file is optional. If a truststore file is specified, client authentication is required (the client needs to send a certificate to the server).Regardless of the selected TLS protocol, the highest available protocol is used for the connection. For example if NiFi is running on Java 11 and TLSv1.2 is selected in the controller service as the preferred TLS Protocol, TLSv1.3 will be used (regardless of TLSv1.2 being selected) because Java 11 supports TLSv1.3. |
Relationships:
Name | Description |
---|
success | Relationship for successfully received files. |
Reads Attributes:
None specified.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). |
State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component does not allow an incoming relationship.System Resource Considerations:
None specified.