I am sharing t,plus would like to hear some suggestions regarding how to upload large files on dreahost quickest way here is how I did it :
- in my router I turned dynamic DNS on and registeded my IP with dynDNS.com .
- installed localy on my machine http server apache or even tomcat will work .
and placed all my files within my local (ruunning on my machine server) servers web directory.
loged into my dreamhost account via ssh and did following
wget selfip.mydynamicdnsname.com/file1.zip etc.
now this (I think ) is better and faster than upload via ftp for example because usualy uplad speed is lot slower than download,right?
with wget from shell its acting as download vs upload
now all this are just my thoughts it might be completely wrong so I would like to hear some feedback if possible.