FTP Helper
FTP client that enables file manipulation on an FTP server
Last updated
FTP client that enables file manipulation on an FTP server
Last updated
The FTP Helper is an FTP client that allows you to list, read (download), upload, move and delete files on an FTP server.
Go to the Connector Auth screen in order to setup your FTP credentials.
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 selected.
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 PuTTY .ppk format, you first need to convert it as described here.
Furthermore, the private key should not contain a passphrase.
To create a directory, provide the path of the new directory
To list FTP files in a directory, link to the directory.
To read (download) an FTP file, link to the file by entering the path.
To upload a file, link to the location including the full file name to be used for the finishing file.
Next, link to the source file, where the file to be uploaded is located.
Enter the path to the file to be moved.
Enter the path to where the file should be moved.
To read the metadata of an FTP file or directory, link to the file or directory by entering the path.
Enter the path to the file to be deleted.