[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] umask
- Subject: [cobalt-users] umask
- From: Chris Fragogiannis <franki@xxxxxxxx>
- Date: Wed Sep 12 10:07:45 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I want to automatically give write permissions for 'group' for the uploaded files via FTP (permissions=664).
I think I must have umask=002. This is the value in the /etc/proftpd.conf file, but the files
are still uploaded without write permissions. (are uploaded with permissions 644). This is umask=022.
What do I have to do in order to give write permissions for the uploaded files? Thank you.