jeffersyuan
27th September 2007, 11:15
Dear All,

How to config vsftpd on Suse 10.
For ERP LN, I think should ftp user upload a file, the file should be 777 permission.

But by default, the permission will be rw-r--r--.

How to change it?

BTW:
Umask for user is 022.
how to set local_umask in vsftpd.conf ?

Jeffers

victor_cleto
27th September 2007, 19:12
Shouln't the files be 0666 instead of 0777 ?
Look here for more information: http://vsftpd.beasts.org/vsftpd_conf.html , the parameter local_umask is what you want to set properly (and restart vsftpd to make changes effective).