ftp file rename

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")

Was this helpful?

Previous Article

ftp file open read

Next Article

ftp file upload