roadorange
08-09-2003, 08:36 PM
################################################## #
# FTP Configuration File Setup :'D #
################################################## #
#Step 2) Set up your vsftpd configuration file.
#An example file is supplied. Install it like this:
#cp vsftpd.conf /etc
#Let's example the contents of the file:
# Access rights
anonymous_enable=NO
local_enable=YES
write_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
local_umask=022
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
# This makes sure the FTP server is in anonymous-only mode and that all write
# and upload permissions are disabled. Note that most of these settings are
# local_enable is to allow local users to log in.
# write_enable is to enable any form of FTP write command.
# the same as the default values anyway - but where security # is concerned, it is good to be clear.
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
# chroot_list_enable,You may specify an explicit list of local users to chroot() to their home directory. If chroot_local_user is YES, then
# this list becomes a list of users to NOT chroot().
# Security
#anon_world_readable_only=YES
connect_from_port_20=YES
hide_ids=YES
pasv_min_port=50000
pasv_max_port=60000
#chown_uploads=YES
#chown_username=whoever
#nopriv_user=ftpsecure
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
ls_recurse_enable=NO
here i only list few of them ,which are most importance setting. what do you think?? my local users can't connect to my ftp server, and only anonymous can connect.. anyone has idea how to fix it? i want to use local user.
and i dont' want anonymous connect to my ftp server.
this ftp server is working with xinetd
here the output i got:
Connected to 192.168.0.1 (192.168.0.1).
220 (vsFTPd 1.1.3)
Name (192.168.0.1:root): xxxxx
530 This FTP server is anonymous only.
Login failed.
ftp>
# FTP Configuration File Setup :'D #
################################################## #
#Step 2) Set up your vsftpd configuration file.
#An example file is supplied. Install it like this:
#cp vsftpd.conf /etc
#Let's example the contents of the file:
# Access rights
anonymous_enable=NO
local_enable=YES
write_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
local_umask=022
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
# This makes sure the FTP server is in anonymous-only mode and that all write
# and upload permissions are disabled. Note that most of these settings are
# local_enable is to allow local users to log in.
# write_enable is to enable any form of FTP write command.
# the same as the default values anyway - but where security # is concerned, it is good to be clear.
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
# chroot_list_enable,You may specify an explicit list of local users to chroot() to their home directory. If chroot_local_user is YES, then
# this list becomes a list of users to NOT chroot().
# Security
#anon_world_readable_only=YES
connect_from_port_20=YES
hide_ids=YES
pasv_min_port=50000
pasv_max_port=60000
#chown_uploads=YES
#chown_username=whoever
#nopriv_user=ftpsecure
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
ls_recurse_enable=NO
here i only list few of them ,which are most importance setting. what do you think?? my local users can't connect to my ftp server, and only anonymous can connect.. anyone has idea how to fix it? i want to use local user.
and i dont' want anonymous connect to my ftp server.
this ftp server is working with xinetd
here the output i got:
Connected to 192.168.0.1 (192.168.0.1).
220 (vsFTPd 1.1.3)
Name (192.168.0.1:root): xxxxx
530 This FTP server is anonymous only.
Login failed.
ftp>