
Allows you to rename files on a remote FTP server.
Example

Running this code will change the file name from "presentation.pdf" to "newpresentation.pdf".
plugin command("Network Automation.dll", "ftp file rename", "/home/public/presentation.pdf", "/home/public/newpresentation.pdf")