I do not think Dropbox will be faster but you can try it. Something
that I do often is compress everything to reduce the transfer size,
then host it in a web box (this could be Dropbox but I suggest using
other resource), and then use axel. You can install axel in the
instance by:
sudo apt-get install axel
then running:
axel -n 10 -a your_url
This will create 10 connections to the file and download them in
parallel. Axel is a download accelerator:
http://axel.alioth.debian.org/
By the way, sys admins, in general, hate users that do this because
you could be saturating the network where you are hosting the file ...
Now when dealing with really large data files you can always use the
Amazon service for this purpose:
http://aws.amazon.com/importexport/