In command line, -purge ignores filespec

Report client bugs
Locked
vinnyroe
Posts: 1
Joined: Tue Jan 17, 2012 12:48 pm

In command line, -purge ignores filespec

Post by vinnyroe »

Hi there. I'm trying to use -purge command, to purge files of a certain filespec which are more than x days old. My command is like this:

coreftp -nocase -log -output "C:\CoreFTPout.txt" -O -site MyTestSite -d "FILES_A*.xml" -p "C:\" -purge "FILES_A*.xml" 3

It downloads files fine, but i want it to purge only files of the specified filespec more than 3 days old. However, this deletes ALL files >3 days old. I've tried without quotes, using * at the end (rather than in the middle), etc etc. Can anyone help please?

Thanks!
Locked