I am attempting to create a script that will work with WS_FTP. Files are submitted to my office into a file called in. I want to set a timer for 11:00 p.m. to run the script to see if the date attribute on WS_FTP matches the system date. If so then take the file find a password out of an array unzip the file then re-zip it without a password to another folder called archive. When this is done I have to modify the name to include _In on what I call the fifth node. CCCC_YYYY_TTTT_DDDD_In.zip. Once I get that logic I can then duplicate it for another folder called out. If anyone can lend me a hand and point me in the right direction I would appreciate it.