Delete File Without Transfer

Core FTP client questions and answers
Post Reply
Ranger
Posts: 1
Joined: Wed Mar 05, 2014 2:48 pm

Delete File Without Transfer

Post by Ranger »

I have seen posts that say the method to delete a file from a server is -delsrc. Can you delete a file without transfering? This would be the equivalent of a mdel *.dat
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

corecmd.exe -s -site siteprofile -del <filename>

A wildcard should work as well for the filename but if it doesn't then it is a bug and would be fixed in the next build.
Post Reply