IOS | Download Full website from terminal

This time i need to download a full website, it’s a blog that spoke about football, have a lot of articles and many media, at the end, it’s a very big website..
If i try to download with file zilla it ask a lot of time, so i try to download it from terminal with a sftp connection.
Let’s open terminal and point to the tight folder under the remote hosts:

cd/ the_folder_on_your_local_machine_where_you_want_to_sownload_site
sftp sfto_username@132.183.143.120 ( ip of your hosts )
password: ( insert your hosts password )
cd /folder_that_you_want_download
get* ( for get all contents of that folders )

If all is right Terminal starts download all files..