用tar包配置高可用性vsftp(三)
作者 佚名技术
来源 服务器技术
浏览
发布时间 2012-07-05
download because you may wish # to enable ASCII uploads (to prevent uploaded scripts etc. from breaking), # without the Dos risk of SIZE and ASCII downloads. ASCII mangling should be # on the client anyway.. ascii_upload_enable=YES ascii_download_enable=YES # # You may fully customise the login Banner string: ftpd_banner=Welcome to Serv-U FTP serser. #(一个真实的慌言:em02:) # # You may specify a file of disallowed anonymous e-mail addresses. Apparently # useful for combatting certain DoS attacks. #deny_email_enable=YES # (default follows) #banned_email_file=/etc/vsftpd.banned_emails # # 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(). chroot_list_enable=YES # (default follows) chroot_list_file=/etc/vsftpd.chroot_list # # You may activate the "-R" option to the builtin ls. This is disabled by # default to avoid remote users being able to cause excessive I/O on large # sites. However, some broken FTP clients such as "ncftp" and "mirror" assume # the presence of the "-R" option, so there is a strong case for enabling it. #ls_recurse_enable=YES chroot_local_user=YES listen_port=2121 listen=yes guest_enable=YES guest_username=virtual pasv_min_port=30000 pasv_max_port=30999 pam_service_name=ftp.vu anon_world_readable_only=NO user_config_dir=/etc/vsftpd_user_conf [/quote:93f3c4a2db] 2.我的/etc/vsftpd_user_conf/download的内容 ? [quote:93f3c4a2db]anon_world_readable_only=NO[/quote:93f3c4a2db] 3.我的/etc/vsftpd_user_conf/upload的内容 [quote:93f3c4a2db]anon_world_readable_only=NO write_enable=YES anon_upload_enable=YES anon_mkdir_write_enable=YES[/quote:93f3c4a2db] 4.我的/etc/vsftpd_user_conf/admin的内容 [quote:93f3c4a2db]anon_world_readable_only=NO write_enable=YES anon_upload_enable=YES anon_other_write_enable=YES anon_mkdir_write_enable=YES[/quote:93f3c4a2db] 5.自启动脚本,在/etc/rc.local中加入/usr/local/sbin/vsftpd /etc/vsftpd.conf & 关键词: |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Serv-U3.0的Domain设置 中下一篇: ProFtpd快速指南(二)
关于用tar包配置高可用性vsftp(三)的所有评论