Re: umask with sftp

2006-05-18 Thread George Borisov
Roger Haxton wrote: > > How do I set my umask up so that a file > uploaded via sftp ends up with permissions of 660? Try umask 117 maybe? Hope this helps, -- George Borisov DXSolutions Ltd signature.asc Description: OpenPGP digital signature

umask with sftp

2006-05-18 Thread Roger Haxton
I've done some research on setting the umask with sftp. And I've found a way to do that to make it active. My problem is that when I set my umask to 007 expecting a file uploaded with that umask to have permissions of 660, I instead end up with a file with permissions of 640. I