QUOTE (designguy @ Jul 20 2007, 12:57 AM)

Ok, on the old back up Blue Arc system you were able to use wild cards *.* to delete old files, but on the new NAS system it does not recognize wild cards. I need to delete old back up files and I can not do this one at a time. Is there a solution here. Thanks in advance.
Hello designguy!
If I'm not mistaken, you are FTP'ing to your NAS space, corret? If so, then use the command "mdelete *.*" or if they are all the same file extension, then you should be able to do a more specific "mdelete *.htm" or something similar depending on file extensions. The "mdelete" command in FTP deletes multiple files.
I hope this helps you out!
PD2