vsftpd.conf中 一旦使listen=YES便无法访问ftp

上网、浏览、聊天、下载等
回复
inumaru
帖子: 2
注册时间: 2016-06-24 9:34
系统: 16.04

vsftpd.conf中 一旦使listen=YES便无法访问ftp

#1

帖子 inumaru » 2016-06-24 9:38

请问有人遇到过这种情况吗 :Cry
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: vsftpd.conf中 一旦使listen=YES便无法访问ftp

#2

帖子 poloshiao » 2016-06-24 12:02

一旦使listen=YES便无法访问ftp
http://manpages.ubuntu.com/manpages/xen ... onf.5.html
vsftpd.conf - config file for vsftpd
listen
If enabled, vsftpd will run in standalone mode. This means that vsftpd must not be run from an inetd of some kind. Instead, the vsftpd executable is run once directly. vsftpd itself will then take care of listening for and handling incoming connections.

inetd
https://en.wikipedia.org/wiki/Inetd
inetd (internet service daemon)
https://en.wikipedia.org/wiki/Inetd#Function
Function
Often called a super-server, inetd listens on designated ports used by Internet services such as FTP, POP3, and telnet.
包含 FTP
inumaru
帖子: 2
注册时间: 2016-06-24 9:34
系统: 16.04

Re: vsftpd.conf中 一旦使listen=YES便无法访问ftp

#3

帖子 inumaru » 2016-06-24 20:27

poloshiao 写了:
一旦使listen=YES便无法访问ftp
http://manpages.ubuntu.com/manpages/xen ... onf.5.html
vsftpd.conf - config file for vsftpd
listen
If enabled, vsftpd will run in standalone mode. This means that vsftpd must not be run from an inetd of some kind. Instead, the vsftpd executable is run once directly. vsftpd itself will then take care of listening for and handling incoming connections.

inetd
https://en.wikipedia.org/wiki/Inetd
inetd (internet service daemon)
https://en.wikipedia.org/wiki/Inetd#Function
Function
Often called a super-server, inetd listens on designated ports used by Internet services such as FTP, POP3, and telnet.
包含 FTP
谢谢!我先看看
回复