Re: How to save the output from the scp command's progress meter?
From: Michael Heiming (michael+USENET_at_www.heiming.de)
Date: 12/20/03
- Next message: Mark Olbert: "Failed Password Error"
- Previous message: all mail refused: "Re: ppp vpn through ssh"
- In reply to: Niko Sokka: "How to save the output from the scp command's progress meter?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 20 Dec 2003 22:54:24 +0100
Niko Sokka <niko.sokka@fmi.fi> wrote:
> How can I capture the output from the scp command's progress meter and
> save it to a file so that I can have a record of the progress over a
> period of time? I would like to do the trick in UNIX batch job.
ssh localhost -t scp ~/filename remotehost:~ >logfile 2>&1
Of course this assumes public key authentication is working.
-- Michael Heiming Remove +SIGNS and www. if you expect an answer, sorry for inconvenience, but I get tons of SPAM
- Next message: Mark Olbert: "Failed Password Error"
- Previous message: all mail refused: "Re: ppp vpn through ssh"
- In reply to: Niko Sokka: "How to save the output from the scp command's progress meter?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|