FTP Connector
This adapter supports FTP (File Transfer Protocol), SFTP (SSH File Transfer Protocol) and FTPS (File Transfer Protocol Secure / FTP-SSL) for sending, receiving, deleting, moving a file or folder and for listing folder contents. The adapter supports proxy servers of type HTTP
, SOCKS4
und SOCKS5
.
This adapter replaces the FTP Transfer as well as the SFTP Communication Adapter.
Properties
Operation | Determines which file transfer operation is performed on the processed files or folders. Possible values:
|
Parameter
host | IP address or host name of the FTP(S)/SFTP server Possible values: Any valid string (e.g. |
port | Port number of the FTP(S)/SFTP server Possible values:
|
user | Username for the FTP(S)/SFTP connection |
password | Password for the FTP(S)/SFTP connection |
path | Path to a folder or file on the FTP(S)/SFTP server. Possible values: Any string (e.g. |
targetPath | Additional path to a folder or file on the FTP(S)/SFTP server. This parameter is used only in the Possible values: Any string (e.g. |
protocol | File transfer protocol Possible values:
|
connectMode | Connection mode Possible values:
|
nameFilter | Filters the output of the operation Possible values:
|
addNewLine | Inserts a new line in the destination file before the file is appended. Can only be used with the Possible values:
|
hostValidationEnabled | Enable host validation to ensure that the requested SFTP server corresponds to the SFTP server that is being connected to. The Possible values:
|
hostValidationFile | Path to the Known Hosts file, which contains a list of confirmed hosts and their associated public keys. Possible values: Any valid path (e.g. |
Status values
| The operation was executed successfully. |
| The operation failed due to a technical error. |