[Hidden-tech] best LARGE file transfer method

Tim Boudreau niftiness at gmail.com
Fri May 22 18:41:12 EDT 2015


The way I usually do this (on Shutesbury's mediocre DSL) is to make the
file available from a web server running on a computer in my house.  Then
in a shell on the machine I want to receive on, I do something like:

nohup wget --tries=0 --limit-rate=64k http://timboudreau.org/path/to/file &

which has the nice attributes that:
 - The rate is limited to 64k/sec (or whatever you set it to), so it won't
completely hog my internet connection
 - --tries=0 means if the download fails, keep retrying for eternity
 - The leading "nohup" and trailing & mean I can log out of the terminal
session and it will keep going

Of course, all this only works if you can run a web server on the source
machine, and open a port on your router to let web traffic find it, and you
can get wget installed on the destination machine.

If you're looking for more magically non-techie ways to do that, yeah,
you're probably stuck with dropbox and friends.

On the other hand, sometimes sneakernet - throwing it on a physical disk
and taking it where it's going is sometimes the way to go - as someone once
said, "Never underestimate the bandwidth of a station wagon full of tapes"
- and I have known companies that spent more time and money moving
terabytes of data to/from China than it would have cost to put someone on a
plane with a hard drive in their bag.

-Tim


On Fri, May 22, 2015 at 6:30 PM, kris badertscher <kris at kbestproductions.com
> wrote:

>
>
>
>
> Any one have a tip or two on how best to transfer 50+GB across the
> interwaves that won't take 4 days on one's computer? No, not dropbox or
> Google anything, nor uTorrent or AirDrop or any of those things we
> *assume* works fine. The issue really is up/downloading speeds....
>
> Thanks, Kris
>
> _______________________________________________
> Hidden-discuss mailing list - home page: http://www.hidden-tech.net
> Hidden-discuss at lists.hidden-tech.net
>
> You are receiving this because you are on the Hidden-Tech Discussion list.
> If you would like to change your list preferences, Go to the Members
> page on the Hidden Tech Web site.
> http://www.hidden-tech.net/members
>



-- 
http://timboudreau.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.hidden-tech.net/pipermail/hidden-discuss/attachments/20150522/3aa57871/attachment-0001.html 


Google

More information about the Hidden-discuss mailing list