[Ilugc] Cannot Write in FTP

  • From: mailzico@xxxxxxxxx (Zico)
  • Date: Thu Sep 30 10:23:25 2010

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

Other related posts: