The fastest way to download whole page
The fastest way to get whole page or FTP directory contents is to use wget like this:
[code language=”shell”]
wget -r "ftp://dylon.co.cc/Shaun The Sheep (high res) – Series 1 and 2/"
[/code]
However, this may not work always, if destination is secured by password or requires login.
In this situation you may consider rsync…