Would be awesome if it did.
If you want to speed it up a little, this works good:
cd /var/www/vhosts/site.com/httpdocs/
call tar -czf site.tar.gz *
get site.tar.gz
call rm -f site.tar.gz
It downloads as a zip file, which may or may not make a huge difference, depending on what you are doing. Lots of little files, especially text files, will benifit the most from this method. For large files, especailly mooooooovies that don't compress, or if you are trying to use sync instead of get, then don't bother doing this.
If you want to speed it up a little, this works good:
cd /var/www/vhosts/site.com/httpdocs/
call tar -czf site.tar.gz *
get site.tar.gz
call rm -f site.tar.gz
It downloads as a zip file, which may or may not make a huge difference, depending on what you are doing. Lots of little files, especially text files, will benifit the most from this method. For large files, especailly mooooooovies that don't compress, or if you are trying to use sync instead of get, then don't bother doing this.