when I try to copy any file with scp on Mac OS X Snow Leopard from another machine I get this error:
scp me@192.168.1.10:/home/me/file.zip .
Password:
...
---> Couldn't open /dev/null: Permission denied
this is the output of "ls -l /dev/null":
crw-rw-rw- 1 root wheel 3, 2 May 14 14:10 /dev/null
I am in the group wheel, and even if I do "sudo scp..." it doesn't work. It's driving me crazy, do you have any suggestion? Thanx!
.with the name of the file? e.g.,scp me@192.168.1.10:/home/me/file.zip file.zip? – Nitrodist May 31 '11 at 20:52