Delete remote folders\files
Hi,
I'm trying to download from FTP site to a local path all folders and files and then delete all, but I don't know how do to delete remote folders. I'm using the next command:
synchronize local "C:\temp"
rm *.*
rmdir * '<< Incorret command
This script fails because says it can delete folders (obviusly). Can I use rmdir to delete all folders?
How I can delete all of them?
Thanks a lot,
Best regards
I'm trying to download from FTP site to a local path all folders and files and then delete all, but I don't know how do to delete remote folders. I'm using the next command:
synchronize local "C:\temp"
rm *.*
rmdir * '<< Incorret command
This script fails because says it can delete folders (obviusly). Can I use rmdir to delete all folders?
How I can delete all of them?
Thanks a lot,
Best regards