源码安装vsftp2.0.7
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-16
the # raw file. # ASCII mangling is a horrible feature of the protocol. #ascii_upload_enable=YES #ascii_download_enable=YES # # You may fully customise the login banner string: ftpd_banner=Welcome to blah FTP service. # # 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 listen=YES listen_port=21 #tcp_wrappers=YES chroot_local_user=YES #userlist_enable=YES guest_enable=YES guest_username=Vuser #virtual_use_local_privs=YES pam_service_name=vsftp.vu user_config_dir=/etc/vsftpd/Virtual pasv_min_port=30000 pasv_max_port=30999 connect_timeout=180 max_clients=200 max_per_ip=100 [root@localhost etc]# /usr/local/sbin/vsftpd & [1] 15190 [root@localhost etc]# ps -ef |grep vsftpd root 15190 10536 0 18:17 pts/0 00:00:00 /usr/local/sbin/vsftpd root 15192 10536 0 18:17 pts/0 00:00:00 grep vsftpd [root@localhost htdocs]# ps -ef |grep vsftpd | awk ''{print $2 }'' 15190 15475
|
||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于源码安装vsftp2.0.7的所有评论