Displaying 1 result from an estimated 1 matches for "linaar".
2002 Nov 06
2
scp output redirection doesn't work...
...100% |*****************************| 16000
> 00:00
> >
>
> scp works fine, but when I tried to redirect stdio/stderr to files they
> are empty! :(
> > scp test <remote_machine>:~/test 1>stdio.out 2>stderr.out
> > ls -l std*
> -rw-r----- 1 linaar staff 0 Nov 06 10:35 stderr.out
> -rw-r----- 1 linaar staff 0 Nov 06 10:35 stdio.out
>
> I don't have an issue with ssh IO redirection. (yeah I realize they are
> separate programs. ;)
> Is there some other way to handle the output from scp or is this a b...