vsftpd错误无法绑定套接字或连接

我只是在运行ubuntu的rackspace cloudserver上安装了vsftpd

重新启动后,我得到以下错误:

root@scrapy:~# vsftpd 500 OOPS: could not bind listening IPv4 socket

而当我尝试ftp Transmit这个错误:

Error -203: miscellaneous error occurred while trying to login to the host

看看这是否有帮助:

http://ubuntuforums.org/showthread.php?t=264003

尤其是:

编辑/etc/vsftpd.conf并确保你已经注释掉了“listen = YES”,如果你试图通过xinetd运行vsftpd的话。

在启动守护进程之前,我会停下来确保没有人在听。

编辑:回复:你的第二个问题,你需要在你的防火墙上允许FTP。

您需要端口20/21 tcp取决于主动或被动FTP。 slacksite.com/other/ftp.html