LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   easy FTP server (https://www.linuxquestions.org/questions/linux-networking-3/easy-ftp-server-370607/)

MaestroC 10-07-2005 07:54 AM

easy FTP server
 
Moderator delete this post at will. I was trying to search for the topic before I posted but hit the submit button without thinking. I see that this question has been answered before...

I need to set up an easy way to allow students to upload their web pages to the school web server using individual folders and logins. I would rather not use SSH or SFTP for this as our school network makes doing such transfers nearly impossible. What would you suggest for a simple, easy to maintain, FTP server program that would allow me to let students upload but lock them out of doing anything else.

Thanks,
MaestroC

mikemrh9 10-07-2005 12:16 PM

pure-ftpd works well. It allows you to run in a chroot jail, and can be configured to use it's own database of users, rather than giving access to accounts in your /etc/passwd file.

Just be aware though, that the config file where you place all your settings and restrictions (/etc/pure-ftpd/pure-ftpd.conf) is only read if you start the server with /etc/init.d/pure-ftpd start.

If you start the server through xinetd, you will need to specify command line parameters for it instead. (Get these from the man page!)

Incidently, one of the options you could put in this conf file is the parameter AntiWarez. This allows users to upload, but any uploaded files can't be downloaded until they have been validated by an admin.


All times are GMT -5. The time now is 09:54 AM.