Displaying 6 results from an estimated 6 matches for "dirmessage_en".
2007 May 14
2
vsftp anonymous upload access
...nt 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
directory has permissions ownership ftp:ftp and perms of 750 or:
drwxr-x--- 2 ftp f...
2017 Feb 15
1
vsftp problem C7
Hi list,
I've a problem with vsftpd on C7.3. This is a dedicated server protected
by a Zywall5. SELINUX is disabled.
This is my vsftpd configuration:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/log/vsftpd.log
xferlog_std_format=YES
idle_session_timeout=600
data_connection_timeout=120
ftpd_banner=Welcome
listen=YES
listen_port=21
pasv_enable=YES
pasv_min_port=50000
pasv_max_port=50100
pasv_address=public-ip
port_enable=Y...
2008 Dec 19
6
FTPS setup problem
...osed to work:
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=NO
rsa_cert_file=/etc/vsftpd/vsftpd.pem
Here are the previous lines in my vsftpd config:
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/vsftpd.chroot_list
pam_service_name=vsftpd
userlist_enable=YES
listen=YES
tcp_wrappers=YES
I generated the PEM cert with the following command:
ope...
2008 Jun 10
1
vsftp 553 Could not create file
...O FIREWALL RUNNING*
See my user permission and ownership details
User i am using is paps
ll -ld /home/paps/
drwxr-xr-x 2 paps dba 4096 Jun 10 23:09 /home/paps/
My vsftp configuration
cat /etc/vsftpd/vsftpd.conf |grep -v \#
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/log/vsftpd.log
xferlog_std_format=YES
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
Regards
lingu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cent...
2007 Feb 27
2
Problem with VSFTP
...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/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root&...
2005 Sep 19
2
Vsftp is not writing a log file
...o 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.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for...