Download / Ghost an entire website via Terminal, FTP & wget with one Command
Ever need to copy an entire website, but you don’t want to reply on a slow visual FTP like CyberDuck, and you lack access to SSH to gzip the site?
Use wget & ftp instead.
Open up a terminal, and use the following:
wget -m ftp://username:password@domain.com/
But wait — What do you do if your password contains a special character, like an exclamation point? Easy, urlencode it instead. e.g., if the password is “password!”, then you’d simply use “password%21” instead.
Use this site to urlencode: http://www.asciitohex.com/
About north street
We engineer the thoughtful transformation of great organizations. Our proven process helps us understand what your competitors are doing right — and wrong. Want to learn more? Let’s chat.