Connect and manage an FTP Server
Read this in other languages: English, Português, Español
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
-
Connect to FTP
Connect to FTP to manage it with Rocketbot -
List directory
Lists the FTP directory in a Rocketbot variable -
Create directory
Create directory in the current path -
Go to directory
Go to the specified directory -
Upload file
Upload file to current directory -
Download file
Download the selected file -
Download directory
Download the current directory -
Delete file
Delete file in current directory -
Close Connection
Close FTP Connection
- windows
- mac
- linux
- docker