
vsftpd.conf中 一旦使listen=YES便无法访问ftp
-
- 帖子: 2
- 注册时间: 2016-06-24 9:34
- 系统: 16.04
vsftpd.conf中 一旦使listen=YES便无法访问ftp
请问有人遇到过这种情况吗 

-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: vsftpd.conf中 一旦使listen=YES便无法访问ftp
http://manpages.ubuntu.com/manpages/xen ... onf.5.html一旦使listen=YES便无法访问ftp
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
-
- 帖子: 2
- 注册时间: 2016-06-24 9:34
- 系统: 16.04
Re: vsftpd.conf中 一旦使listen=YES便无法访问ftp
谢谢!我先看看poloshiao 写了:http://manpages.ubuntu.com/manpages/xen ... onf.5.html一旦使listen=YES便无法访问ftp
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