Sunday, April 17, 2005

Change default umask in WU-FTPD

To change default umask of 022 (like a chmod 644 for new files) in wu-ftpd, add the following in /etc/ftpaccess:

defumask 002
upload /home/* * yes 0664

No comments: