I needed to do a dump of a web account to my local machine, and found this discussion which was very helpful.
I ended up using:
wget -r ‘ftp://user:password@ftp.sitename.com/public_html/files/’
I needed to do a dump of a web account to my local machine, and found this discussion which was very helpful.
I ended up using:
wget -r ‘ftp://user:password@ftp.sitename.com/public_html/files/’