FTP connector actions for deploy anywhere flow services
When creating a deploy anywhere flow service that connects to an FTP server, you can select one of the following predefined flow service actions.
- listFiles: Retrieves the file list during an FTP session.
- getFile: Retrieves a file from a remote FTP server.
- putFile: Transfers a file to a remote FTP server.
- changeDir: Changes the working directory on the FTP server.
- currentDir: Retrieves the file list during an FTP session.
- renameFile: Renames a file on a remote FTP server.
- deleteFile: Deletes a file on a remote FTP server.
- changeDirAndListFiles: Changes the working directory on the FTP server and retrieves a list of file names.
- Quote: Runs the specified FTP command. Use this action to run non-standard FTP commands.
- AppendFile: Appends data to a remote file.
- getMultipleFiles: Transfers multiple files from a remote FTP server.
- putMultipleFiles: Transfers multiple files to a remote FTP server.
- deleteMultipleFiles: Deletes multiple files from the remote FTP server.