Re: Problems with scp in AIX-5.2



I am not sure about the tcgetattr error; that is a strange one

I seem to recall that this not really an error. It happens if you run
stty in the background. I solved it by running:

stty -a 2>/dev/null

Miles

.