Search found 1 match
- Mon May 30, 2011 10:24 am
- Forum: Client - General
- Topic: rmdir via command line ?
- Replies: 1
- Views: 7943
rmdir via command line ?
I am using vba within an app to download files using corecmd via the command line and it works fine using corecmd.exe -s -O -delsrc -d ftp://user:password@host/directory/*.* -p d:\localdir which leaves an empty remote directory After the transfer, i want to remove the remote directory. I have tried ...