Re: Interruptible Secure Downloads from Linux to Windows



On August 22, 2008 20:05, in alt.os.linux, David T. Ashley (dta@xxxxxxxx)
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. ------


.



Relevant Pages

  • Re: Rsync problem - still unsolved
    ... not an ssh problem rather than an rsync problem. ... debug: client supports 1 auth methods: 'keyboard-interactive' ... Using keyboard-interactive authentication. ...
    (comp.security.ssh)
  • Re: [kde] Dolphin file copy question
    ... I am trying to use dolphin to copy a rather large directory (approx. ... Use rsync. ... rsync over ssh is quite easy indeed. ... workstation is 64-bit while my netbook is 32-bit, ...
    (KDE)
  • Re: sending large amount of data securely
    ... We mirror about 300GB worth of data accross one master and three slave servers using rsync, we do not use ssh as it's a local-only gigabit ethernet link between servers, but it's not overly difficult to accomplish in your case. ... If you do need to use ssh with rsync, then you could try out the latest openssh-portable port which now seems to support the HPN patches. ...
    (freebsd-questions)
  • Re: how to cleanup mail
    ... synchronizing directories on several 5.0.7 servers, ... One thing you could do is don't use SCO's supplied ssh or rsh as the ... don't use any ssh or rsh but use native rsync directly instead. ... you can even use the pre-digested source from the sco ftp site ...
    (comp.unix.sco.misc)
  • How can I restrict incoming root rsync over ssh to specified command?
    ... will use rsync over ssh to pull certain directories from the ssh ... Here's an example of the command, ... Even with the server locked up in a room with no user ...
    (comp.os.linux.security)