FTP Rename File
From UBot Studio
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") }
Once a connection is established, the file will be found and renamed to the new file Name.