FTP
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

FTP

Commands for working with FTP protocol.

FTP [ Close ]Terminates the FTP connection.
FTP [ Create folder ]Creates a new directory on the FTP server.
FTP [ Delete file ]Deletes a file stored on the FTP server.
FTP [ Delete folder ]Deletes a directory stored on the FTP server.
FTP [ Download ]Retrieves a file from the FTP server.
FTP [ Get current directory ]Gets the current directory on the FTP server.
FTP [ Open ]Establishes a FTP connection with the server.
FTP [ Rename/move file ]Renames or moves a file or directory stored on the FTP server.
FTP [ Set current directory ]Changes a current directory on the FTP server.
FTP [ Upload file ]Uploads a file to the FTP server.
Foreach [ FTP LIST ]Enumerates all files and directories in the current directory on the FTP server.