FTP
FTP or File Transfer Protocol, is a network protocol used to transfer files among hosts over a TCP-based network or internet.
Workflow Actions
-
Upload File: Upload a specific file on the FTP server
-
Change Current Directory: Change the working directory from current to the specified one
-
Append File: Append a specific local file to an existing file on the FTP server
-
Move to Parent Directory (CDUP): Change your working directory from current directory to its parent directory
-
Get Current Working Directory: Retrieve current working directory name from the FTP server
-
Remove Directory: Delete the specified directory from the FTP server
-
Create Directory: Create a new directory at a specified location on the FTP server
-
Get List of Files and Folders: Retrieve list of files and folders from a specified directory on FTP server
-
Download File: Download a specific file from FTP server
-
Delete File: Delete a specific file from FTP server
-
Rename File or Folder: Rename a specific file or folder from FTP server
Flow service Actions
-
getFile: Retrieve a file from a remote FTP server
-
listFiles: Retrieve a list of files along with other associated details such as permissions and ownership information from a specified remote directory. If no remote directory is mentioned, the file listing of the current remote directory will be retrieved.
-
deleteFiles: Delete file(s) from the specified remote FTP server
-
putFile: Transfer a file to the specified remote FTP server
-
renameFile: Rename a specific file from the specified remote FTP server