Search found 1 match

by ms233
Thu Sep 29, 2005 2:28 pm
Forum: Client - General
Topic: delete folder from the CLI?
Replies: 0
Views: 2611

delete folder from the CLI?

I'm trying to automate some FTP transfers and I want to wipe out a directory and its contents each night. I have been able to wipe the contents of the folder from the CLI with: coreftp.exe ftp://user:pass@ftp.example.com/home -del 20050920/*.* but my goal is to delete the 20050920 directory. It seem...