[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] umask



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.