Re: Re: Progress meter on copying

2006-03-20 Thread Michelle Konzack
Am 2006-03-15 16:39:56, schrieb Ted Gilchrist: I thought I could capture the progress status of scp to a file: % scp -r html [EMAIL PROTECTED]: 1mylog 21 ^^ but the result is an empty file. Can someone tell me how to do this? Try:scp -r html

Re: Re: Progress meter on copying

2006-03-20 Thread Michelle Konzack
Am 2006-03-15 18:29:56, schrieb David Kirchner: On 3/15/06, Ted Gilchrist [EMAIL PROTECTED] wrote: % scp -r html [EMAIL PROTECTED]: 1mylog 21 scp is automatically detecting that the standard output is not a tty, so it's not sending the progress bat. You can capture it in other ways

Re: Re: Progress meter on copying

2006-03-15 Thread Ted Gilchrist
I thought I could capture the progress status of scp to a file: % scp -r html [EMAIL PROTECTED]: 1mylog 21 but the result is an empty file. Can someone tell me how to do this? Thanks, Ted Gilchrist -- Botcast Network: http://www.botcastnetwork.com

Re: Re: Progress meter on copying

2006-03-15 Thread David Kirchner
On 3/15/06, Ted Gilchrist [EMAIL PROTECTED] wrote: I thought I could capture the progress status of scp to a file: % scp -r html [EMAIL PROTECTED]: 1mylog 21 but the result is an empty file. Can someone tell me how to do this? scp is automatically detecting that the standard output is not

Re: Progress meter on copying

2003-11-03 Thread Mike Dresser
On Mon, 3 Nov 2003, Rus Foster wrote: Hi All, Does anyone know of a nice way of being able to show a progress meter on copying a large file from one part of the disk to another. I tried scp localfile localfile2 but scp calls cp. Ugly/weird/overkill way of doing it, but rsync -P

Re: Progress meter on copying

2003-11-03 Thread Erik Steffl
Mike Dresser wrote: On Mon, 3 Nov 2003, Rus Foster wrote: Hi All, Does anyone know of a nice way of being able to show a progress meter on copying a large file from one part of the disk to another. I tried scp localfile localfile2 but scp calls cp. you can call it like this: scp someFile