What you want is actually the very thing that wget is designed to do. All you have to do is simply (here I am assuming a Windows computer for some strange reason):
1. Open a command prompt (cmd.exe on windows) 2. execute: cd c:\ 3. execute: wget -r "http://your-domain.com" Wget will now download all files from that domain into a directory named your-domain.com so it will be named after the domain that you download. All you now have to do is to right click that folder in the file explorer and select to create a zip archive of this folder and you should have the very same file that your friend provided earlier. Perhaps you need to cd to a different location in step #2 (I don't know WIndows that well), like perhaps "cd desktop", other who might know Windows better might fill in here. /HH 2012/5/18 MIKE MCDANIEL <[email protected]> > Hi, I am new to wget, and am not very computer-savy. I have my own > personal website on Verizon.net, and would like to "transfer" the entire > contents of that website to PoloDomains, where I have a hosting account set > up. Verizon no longer allows FTP access, so this deed can only be > accomplished by means of wget (or some similar device). > Some months ago a friend actually accomplished this for me, and he > sent me the site-downloaded as a ZIP file, which I then sent to PoloDomains > via FileZilla. Everything worked fine, but due to certain reasons I need > to have the entire process re-done. However, my friend is no longer > available to wget my Verizon site for me. > > I would be willing to pay a small fee to anyone who could do the wget > for me (and to also show me step-by-step exactly how he/she did it, in case > I need to do it again in the future). Please e-mail me if you're able to > help, and I'll tell you my Verizon website address, and you can then let me > know how much you would charge me for the service. > > Thanks! > Mike > >
