LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   VSFTPD access question (https://www.linuxquestions.org/questions/linux-server-73/vsftpd-access-question-681797/)

HCSean 11-07-2008 11:25 AM

VSFTPD access question
 
Hey guys,

I'm fairly new to Linux and am working on setting up an FTP server using Fedora 9. I've decided to go with VSFTPD which seems pretty good but I'm not sure if it can meet my needs.

I need external users to be able to write to the FTP server so they can upload their files. I don't want the people uploading to be able to read the files.

I do need an internal user to be able to read the files as well as delete. Does this make sense? Am I able to assign rights to certain users but not others using VSFTPD? When I was going through the .conf file most of the options seemed very yes/no and not that flexible.

I think the main problem is that we'll be using a VPN network along with the FTP. We want people outside the VPN to have easy access (as it may not be feasible for them to connect to VPN) to upload their data but we only want it read by people who have gone through our security/vpn.

sleddog 11-07-2008 11:56 AM

See the man page for vsftpd.conf:

$ man vsftpd.conf

There are numerous options (not in the default conf file) regarding anonymous uploads. Looks for options starting with anonymous_ or anon_. The right combination should give you what you want.

HCSean 11-07-2008 12:12 PM

I'll check that out. Thanks.


All times are GMT -5. The time now is 06:45 PM.