Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Interruptible Secure Downloads from Linux to Windows

9 views
Skip to first unread message

David T. Ashley

unread,
Aug 22, 2008, 8:05:20 PM8/22/08
to
I often use an SFTP client to pull down large backup files (up to 10GB) from
my Linux machine (about 100 miles away) to my Windows machine. But if the
download dies in the middle, I have to start again. Sometimes I use "split"
to break up a large file and then download the little files, but then
concatenating the files on a Windows system is a hassle.

Is there any secure download manager that will recover from temporary
communication failures ... to save me the trouble of cracking up my large
files and then reassembling them?

Thanks.

Lew Pitcher

unread,
Aug 22, 2008, 9:12:56 PM8/22/08
to
On August 22, 2008 20:05, in alt.os.linux, David T. Ashley (d...@e3ft.com)
wrote:
[snip]

> Is there any secure download manager that will recover from temporary
> communication failures ... to save me the trouble of cracking up my large
> files and then reassembling them?

You can use rsync over ssh. Ssh provides the network security, and rsync
provides the "download manager". Since rsync is built to replicate files in
an efficient manner, and only downloads the parts of the file that are
different on each machine, it can be "interrupted" with full recovery.

Both rsync and ssh are available for Windows, and come native in most Linux
distributions. (For a Windows ssh, I recommend PuTTY)


You might want to Google /rsync +ssh/; the first couple of links are
excellent (the 2nd link leads to http://oreilly.com/pub/h/38 )

HTH
--
Lew Pitcher

Master Codewright & JOAT-in-training | Registered Linux User #112576
http://pitcher.digitalfreehold.ca/ | GPG public key available by request
---------- Slackware - Because I know what I'm doing. ------


John Hasler

unread,
Aug 22, 2008, 9:15:32 PM8/22/08
to
David T. Ashley writes:
> Is there any secure download manager that will recover from temporary
> communication failures ...

Lots of them for Linux, but you are evidently on Microsoft Windows. Your
problem has to do with the client.

Winscp evidently has "resume" capability.
--
John Hasler
jo...@dhh.gt.org
Dancing Horse Hill
Elmwood, WI USA

0 new messages