Page 1 of 1

Downloading everything from a server

Posted: 2006-11-11 11:48pm
by Dominus Atheos
What is a good method for grabing all the files off an Apache server, while keeping all the folders and file paths intact?

Posted: 2006-11-12 12:52am
by Drooling Iguana
wget works pretty well if you're using a Unix-like OS. I think Cygwin might also include it.

Posted: 2006-11-12 10:42am
by General Zod
Any ftp client should be able to work, assuming you're doing it remotely. Just select all the directories or the drive letter while connected and download.

Posted: 2006-11-12 04:20pm
by Uraniun235
Drooling Iguana wrote:wget works pretty well if you're using a Unix-like OS. I think Cygwin might also include it.
I'm pretty sure you can get wget for Windows, as well.