I am a little stuck. I have found, for the most part, how to create a
VBS script to login to a remote FTP server. The hard part has been
finding scripting that works to copy *folders* based on their
timestamp (within last 15 minutes). Most of the scripting I am
finding is only for copying files based on timestamp which will not
really work for this situation.
I am also a little unsure about how to combine these two scripts since
I am assuming different FTP commands must be used while trying to copy
folders from the remote FTP to a local server. Does anyone have any
ideas or suggestions?
Thanks,