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 * -- Best, Zico _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
