FTPS
Connects to an FTP server. Allows for uploading, downloading and renaming documents.
Properties
Connection URL
ftp_connectionUrl
The url address where the remote FTP service is hosted.
Directory or File Path
ftp_path
The relative location of the file or directory on the FTP server
Move File to Directory
ftp_movePath
The relative location where the file or directory will be moved to.
Command
ftp_action
The FTP command to run on the remote FTP server.
valid options | |
---|---|
DOWNLOAD | Download the file resource located at the supplied path and named by ftp_fileName. |
UPLOAD | Upload a document to the FTP server where it will be placed at the supplied path and will be named as declared by ftp_fileName. |
LIST | List all the files in the directory at the supplied path |
MOVE | Move or rename a file at the supplied path to the ftp_movePath value. If the paths are in the same directory, the file will effectively be renamed to the value supplied in ftp_moveFileName instead of moved. |
DELETE | Delete the file or directory at the supplied path. This action cannot be undone. |
Remote File Name
ftp_fileName
The name of the file resource to act upon.
New File Name
ftp_moveFileName
The new name of the file. Used with MOVE action.
File Contents
ftp_uploadTemplate
The file contents that will be uploaded to the remote FTP server. Accepts template syntax.
Results Namespace
ftp_downloadNamespace
The key that will contain the data of the file contents that were downloaded from the remote FTP server.
Record Identifier Template
ftp_identifier
Searchable template used to help identify the FTP action in the outbound call logs. Please set this to make your logs easier to interpret.