FTP Rename Folder

From UBot Studio
Jump to: navigation, search

This command is an FTP command.

This command will rename a folder at the connected FTP server.

Remote Folder name: The name of the folder being renamed on the FTP server.

New Folder Name: The new name the target folder will be renamed to.

To use, simply drag the command into the Connect to FTP Server command.

plugin command("FTPCommands.dll", "connect to ftp server", "FTP", "ftp.mysite.org", 21, "myusername", "password1234", "/var/www/mysite.com/public_html/") {
    plugin command("FTPCommands.dll", "ftp rename folder", "ImportantFax", "ClassifiedFax")
}


Ftprefol.jpg


Once a connection is established, the folder will be found and renamed to the new folder name.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox