On Thu, Sep 30, 2010 at 10:22 AM, Zico <[email protected]> wrote:
> Hi, I have just installed a FTP server for providing some files among my
> students. I want to set permission in such a way that:
>
>  (1) Anonymous user can read / copy the file but no write permission
>  (2) My students who will login with their ID, will able to read / copy and
> *even write in that FTP* site.
>
> My server is CentOS 5. And, I am using vsftpd for this purpose. I am
> providing my vsftpd-anon.conf file here for your kind information:
>
> *#
> # Sample anonymous FTP server configuration
> #
> # Mandatory directives
> #
> listen=YES
> local_enable=YES
> anonymous_enable=YES
> write_enable=YES
> local_umask=077
> anon_upload_enable=YES
> anon_root=/usr/local/movies
> #chroot_list_enables=YES
> #
> # Optional directives
> #
> anon_max_rate=2048000
> xferlog_enable=YES
> listen_address=x.x.x.x
> listen_port=21
> *

Use pure-ftpd instead

-Girish

-- 
Om Muruga!
Gayatri Hitech

http://gayatri-hitech.com
Six networking devices
(E-mail, Spam, ISP link concentrator, VPN, Load balancer, Nw Monitor)

[email protected]
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to