I’m never used FTP commands before (scripting FTP). Is there any way via FTP script (Win NT 4.0) that you can mget *.* and then mdel *.* based on the files that you have downloaded. Keep in mind that during the mget/mdel process someone can be adding files. So the cart-blanche mdel *.* can’t be used. There doesn’t seem to be any equivalent move command in FTP. I need to automate this script to run unattended. Thanks in advance for any guidance.