Allows you to delete a file from a specified FTP server.
Example
Running this code will delete a file from "/home/public/presentation.pdf".
plugin command("Network Automation.dll", "ftp file delete", "/home/public/presentation.pdf")
Allows you to delete a file from a specified FTP server.
Running this code will delete a file from "/home/public/presentation.pdf".
plugin command("Network Automation.dll", "ftp file delete", "/home/public/presentation.pdf")
Was this helpful?