Re: can scp continue/resume during transfer data?
From: Karl E. Jorgensen (karl_at_jorgensen.com)
Date: 09/30/04
- Previous message: Alexei Chetroi: "Re: User-Mode-Linux problem"
- In reply to: bing yu: "can scp continue/resume during transfer data?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Sep 2004 09:25:57 +0100 To: debian-users <debian-user@lists.debian.org>
On Wed, Sep 29, 2004 at 09:04:59PM +0200, bing yu wrote:
> Hi list, can scp continue resume during transfer data?
> I read the man page and did found the answer.
scp itself can't.
However, rsync can and that runs quite happily (by default iirc) over
ssh. E.g. if this fails half-way through:
scp ./local/file remotehost:/path/to/remote/file
then you should be able to continue with
rsync --partial ./local/file remotehost:/path/to/remote/file
(repeate rsync until you get a successful transfer).
Of course, with a decent network, the scp transfer should not break in
the first place...
Hope this helps
-- Karl E. Jørgensen karl@jorgensen.com http://karl.jorgensen.com ==== Today's fortune: Don't assume that every sad-eyed woman has loved and lost -- she may have got him.
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: Digital signature
- Previous message: Alexei Chetroi: "Re: User-Mode-Linux problem"
- In reply to: bing yu: "can scp continue/resume during transfer data?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|