FTP Helper
The FTP Helper is an FTP client that allows you to list, read (download), upload, move and delete files on an FTP server.
The FTP Helper is an FTP client that allows you to list, read (download), upload, move and delete files on an FTP server.

FTP Helper
There, fill in all the required fields, click Confirm, and the credentials will then be automatically validated.
This is the standard FTP authentication type, which supports all FTP protocols (FTP, FTPS, SFTP) and requires a username and password:

By default UTF-8 is used for all FTP connections and actions. In case a FTP server uses an outdated configuration that does not support UTF-8, a supported encoding can be select.
Please reach out to us if you require an encoding which is not shown as an option yet.
This auth type supports (by definition) only the SFTP protocol and instead of a password, a private key needs to be uploaded:

The private key needs to be in the standard PEM. In case your private key is in a PuTTY .ppk format, you first need to convert it as described here.
Furthermore, the private key should not contain a passphrase.
On the Flow Builder, search for the FTP helper in the left column and drag & drop it onto the flow. Then select the corresponding action you want to perform.
To read an FTP file, link to the file by entering the path.
To list FTP files in a directory, link to the directory.
- 1.To upload a file, link to the location including the full file-name to be used for the finishing file.
- 2.Next, link to the source file, where the file to be uploaded is located.
- 1.Enter the path to the file to be moved.
- 2.Enter the path to where the file should be moved.
Enter the path to the file to be deleted.
To read the metadata of an FTP file or directory, link to the file or directory by entering the path.
Last modified 11mo ago