Allows you to delete a folder within a specified FTP server path.
Example
Running this code will delete the “/home/public” folder.
plugin command("Network Automation.dll", "ftp folder delete", "/home/public")
Allows you to delete a folder within a specified FTP server path.
Running this code will delete the “/home/public” folder.
plugin command("Network Automation.dll", "ftp folder delete", "/home/public")
Was this helpful?