download entire directory using windows command line ftp
drooh
10:08 pm on Nov 13, 2012 (gmt 0)
Does anyone know how to download entire directory using windows command line ftp?
I'm able to download individual files, but not entire directory.
Dijkgraaf
12:06 am on Nov 15, 2012 (gmt 0)
possibly Mget *
phranque
2:11 am on Nov 15, 2012 (gmt 0)
you might want to issue the prompt command before the mget * to suppress prompting for each file.
drooh
3:09 am on Nov 15, 2012 (gmt 0)
from what i've read this is not possible with the windows command line. the suggestions i've read say to have the server make a single zip file, however in my situation there is not enough server space to do so.
wonder if it would be possible to do the reverse, have the server FTP the files to a home ftp server?
phranque
3:15 am on Nov 15, 2012 (gmt 0)
from what i've read this is not possible with the windows command line