Recursively downling from FTP site
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/’
: stay hungry, stay foolish :
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/’