Trying to make a copy of my website( I have very limited access ie: no shell access.) to a local ubuntu server with full access.
What is the best way to make a copy of my site. I have ftp cli, lftp, wget ... just not sure what to use and how. Want to be able to do a recursive download of directories & files under www directory. No need for the other stuff.
What kind of access do you have? FTP/SFTP/SCP or just plain HTTP? What's the directory structure? Any dynamic pages (PHP, Perl, Python, ...)? Is there any database or similar which should be included?
It's basically a Drupal site that I want to copy to do some playing around with - I have ftp access to website. I have already copied the mysql Database. So I basic would like to do a recursive copy of everything below /www.
On my local ubuntu server have complete access and have a WAMP server type setup.
Dj
PS. I know hoe to ftp one folder at a time would would like to be able to do all of them at once.