Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

How to configure umask settings in vsftpd?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to configure umask settings in vsftpd?

MultiMulti Member

Hello, im struggling to find out how i can set the umask settings in the vsftpd configuration correct. I read some quetions about it already but i still have no clue how to do it. I tried around but i rarely got the results i expected.

So i want the ftp users the creat files with chmod 666. These are my settings in the vsftpd config:

local_umask=000 file_open_mode=0666

But files are created with 620. Can you tell me where im wrong and how i can solve this?

Comments

  • wilbowilbo Member
    edited May 2015

    I would think most set it at 022, which would make files 755

  • MultiMulti Member

    But i dont like to have my files at 755, i need them at 666. I just dont have a clue how to achieve that.

  • wilbowilbo Member

    then you would use 111

Sign In or Register to comment.