<div style="direction: ltr;">hey friends,<br><br>I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some<br>virtual users who can upload,download and delete the files in their<br>particular directories. I followed the below link to create the
<br>virutal users<br><br><a href="http://linuxsir.zahui.net/html/23/43449.htm" title="http://linuxsir.zahui.net/html/23/43449.htm" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://linuxsir.zahui.net/html/23/43449.htm
</a><br><br>I have created a user called "tester" and the entries in the tester
<br>file (/etc/vsftpd/vsftpd_user_conf/tester) are<br><br>anon_world_readable_only=NO<br>user_sub_token=$USER<br>local_root=/var/www/html/testing<br>write_enable=YES<br>anon_upload_enable=YES<br>chown_uploads=YES<br><br>
The problem I am facing is that virtual user is not able to delete the
<br>files or folders under /var/www/html/testing directory but this user<br>can upload and download the files or  folders on /var/www/html/testing<br><br>The vsftpd.conf file<br>user_config_dir=/etc/vsftpd/vsftpd_user_conf
<br>write_enable=NO<br>anon_upload_enable=NO<br>anon_mkdir_write_enable=NO<br>anon_other_write_enable=NO<br>chroot_local_user=YES<br>guest_enable=YES<br>guest_username=apache<br>listen=YES<br>hide_ids=YES<br>hide_files=lost+found
<br>pam_service_name=ftp<br>userlist_enable=YES<br>local_umask=022<br>anonymous_enable=NO<br>local_enable=YES<br>tcp_wrappers=YES<br><br>How do I configure vsftp so that virtual users can upload,delete and<br>download the files or folders ? SELinux is off on 
Centos4.0 and iptables are<br>configured to allow FTP ports.<br><br>Please let me know if you need any further inputs.<br><br>Thanks & Regards<br> </div>
<span><br>Ankush Grover</span>