We are receiving files via scp (Secure Shell Copy) which follows the standard
rcp in functionality. The file being sent has the permissions 644. Is there
anyway to use umask or something else to set the permissions on the file when it
writes it to the local machine as 664 ??
I'd rather avoid using chmod as an after the fact fix.
-Patrick
Received on Wed Jun 10 1998 - 17:03:32 NZST