centos5.4下安装配置vsftpd pasv模式

十二月 3rd, 2009 Posted in FTP | 阅读次数: 949 次

Author:gaojinbo
Time:2009-12-03
centos5.4下安装配置vsftpd pasv模式

 

1.安装
yum install vsftpd

 

2.修改配置文件
Vim /etc/vsftpd.conf
禁用匿名登录
Anonymous_enable=NO
添加以下内容
use_localtime=YES
listen_port=25682
pasv_enable=YES
pasv_min_port=25683
pasv_max_port=25686

 

3.重启服务
service vsftpd restart

 

4.其他
如果开启了防火墙,需要放行端口25682:25686
客户端使用25682进行连接

 

完成!

随机日志

Tags:

4 Responses to “centos5.4下安装配置vsftpd pasv模式”

  1. hostcoming Says:

    太好了,正需要配置pasv模式,根据这个文档进行配置,很简单:)


  2. 陈酌 Says:

    装ftp时立马想到了高兄这里,很好!


  3. gaojinbo Says:

    最近写了一个proftpd+mysql的文档,配置也很简单:)

    http://www.gaojinbo.com/proftpdmysql%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae.html


  4. Hotels in Prague Says:

    Great website…

    [...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]………


留下您的脚印