Displaying 5 results from an estimated 5 matches for "anon_upload_enable".
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
...to create the
virutal users
http://linuxsir.zahui.net/html/23/43449.htm
I have created a user called "tester" and the entries in the tester
file (/etc/vsftpd/vsftpd_user_conf/tester) are
anon_world_readable_only=NO
user_sub_token=$USER
local_root=/var/www/html/testing
write_enable=YES
anon_upload_enable=YES
chown_uploads=YES
The problem I am facing is that virtual user is not able to delete the
files or folders under /var/www/html/testing directory but this user
can upload and download the files or folders on /var/www/html/testing
The vsftpd.conf file
user_config_dir=/etc/vsftpd/vsftpd_user_con...
2006 Jul 08
0
vsftpd virtual users are not able to delete the files or folders
...to create the
virutal users
http://linuxsir.zahui.net/html/23/43449.htm
I have created a user called "tester" and the entries in the tester
file (/etc/vsftpd/vsftpd_user_conf/tester) are
anon_world_readable_only=NO
user_sub_token=$USER
local_root=/var/www/html/testing
write_enable=YES
anon_upload_enable=YES
chown_uploads=YES
The problem I am facing is that virtual user is not able to delete the
files or folders under /var/www/html/testing directory but this user
can upload and download the files or folders on /var/www/html/testing
The vsftpd.conf file
user_config_dir=/etc/vsftpd/vsftpd_user_con...
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to
allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory
is actually owned by root, but ~ftp/pub is owned by ftp.
Here's the vsftpd.conf:
anonymous_enable=YES
anon_upload_enable=YES
local_enable=NO
write_enable=NO
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
xferlog_std_format=YES
userlist_enable=YES
listen=YES
tcp_wrappers=YES
I'm able to login to "ftp", and I'm able to "cd pub". The pub
direct...
2007 Feb 27
2
Problem with VSFTP
...ers expect that (022 is used by most other ftpd's)
#local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you
will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=NO
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# Activate logging of uploads/dow...
2005 Sep 19
2
Vsftp is not writing a log file
...our users expect that (022 is used by most other ftpd's)
local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you
will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# Activate logging of uploads/downloads.
x...