FTP Rename File

From UBot Studio
Revision as of 17:29, 26 September 2013 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command is an FTP command.

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

Remote File Name: The name of the file being renamed on the FTP server.

New File Name: The new name the target file 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 file", "myfile.txt", "Usernames.txt")
}


Renameftp0.jpg


Once a connection is established, the file will be found and renamed to the new file Name.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox