Skip to main content

FTP Connector

FTP Manage files and directories on an FTP server

Connections

Username, password and endpoint

Basic auth username and password and endpoint

InputCommentsDefault
Username
Password
HostThe address of the FTP server. This should be an IP address or hostname.
PortThe port of the FTP server.21
SecureSpecifies whether to use FTPS over TLS. Can be true, false, or implicit, which is for legacy implicit FTPS.false
Ignore SSL ErrorsIgnore SSL errors, like self-signed certificatesfalse

Actions

Delete File

Delete a file from a FTP server

InputCommentsDefault
Connection
Verbose LoggingEnables verbose logging for debugging purposes.false
PathPath of file to delete

List Directory

List the contents of a directory

InputCommentsDefault
Connection
Verbose LoggingEnables verbose logging for debugging purposes.false
PathPath of directory on FTP server to list

Move File

Move a file on an FTP server

InputCommentsDefault
Connection
Verbose LoggingEnables verbose logging for debugging purposes.false
Source PathPath of file to move
Destination PathPath of file to move

Read File

Read a file from FTP

InputCommentsDefault
Connection
Verbose LoggingEnables verbose logging for debugging purposes.false
PathPath of file on FTP server to read data from

Write File

Write a file to FTP

InputCommentsDefault
Connection
Verbose LoggingEnables verbose logging for debugging purposes.false
PathPath on FTP server to write file
DataText to write into the file