Star Liu <[email protected]> writes: > On Fri, Mar 6, 2009 at 5:34 PM, Deng Xiyue > <[email protected]> wrote: >> Star Liu <[email protected]> writes: >> >>> i cannot install proftpd on sid, and wzdftpd doesn't work correctly. >>> does anyone has experience in setting up a ftp server on debian sid? I >>> need the function of uploading files and folders. thanks >> >> Vsftpd works fine. Check /usr/share/doc/vsftpd/* for docs after >> installing. >> > I have a problem with the vsftpd now. I can successfully upload files > and folders to ftp server, but those files are with permission 600, > which means that I have to change their permissions to allow read, > it's not convinient, how to make uploaded files with permission 664? > thanks. >
Check your /etc/vsftpd.conf, you'll find the following lines: # Default umask for local users is 077. You may wish to change this to 022, #local_umask=022 Docs are helpful too. Regards, Deng Xiyue -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

