does anyone have a VBSCRIPt that will connect to a FTP site and download all the files (including subdirectories) in the directory.
For Example my ftp site is: ftp.injoy.com
username: user
password: pass
then i want to change to directory /webapps
and then download all the files (including all the subdirectories in /webapps) into my c:\webapps directory
I was using a dos batch file with the mget command, however mget doesn't pull the subdirectories.
And i need to be able to get the subdirectories.
For Example my ftp site is: ftp.injoy.com
username: user
password: pass
then i want to change to directory /webapps
and then download all the files (including all the subdirectories in /webapps) into my c:\webapps directory
I was using a dos batch file with the mget command, however mget doesn't pull the subdirectories.
And i need to be able to get the subdirectories.