+ -
当前位置:首页 → 问答吧 → SlackWare下如何启动vsftp

SlackWare下如何启动vsftp

时间:2004-06-17

来源:互联网

SlackWare下如何启动vsftp,请成功配置的朋友帮忙
已做好的工作:
(1) 卸载自带的PROFTPD
(2) 装上http://www.linuxpackages.net上面的vsftpd包
(3) /etc/inetd.conf文件中ftp部份修改如下:
# File Transfer Protocol (FTP) server:
#ftp stream tcp nowait root /usr/sbin/tcpd proftpd
ftp stream tcp nowait root /usr/sbin/tcpd /usr/local/sbin/vsftpd

还不能启动,请问还差哪些地方没设好

作者: hanzixing   发布时间: 2004-06-17

在vsftpd.conf中加入
listen=YES
仍然不能启动ftp,键入/usr/sbin/vsftpd光标就定在回车的地方,没反应,有谁在slackware上面成功配置ftp,请提示。

作者: hanzixing   发布时间: 2004-06-18

ps -aux | grep vsftpd

作者: nbxmedia   发布时间: 2004-06-19

re:nbxmedia
我用上了pure-ftpd,感觉还不错。

作者: hanzixing   发布时间: 2004-06-19

原来在公司时还是vsftpd好,没有传输延迟,速度很快


不要用inted模式,全部加#
listen=yes后,启动应该用vsftpd &
这样应该没问题了

作者: nbxmedia   发布时间: 2004-06-19

re:nbxmedia
非常感谢!!
其实我也挺喜欢用vsftpd的。

作者: hanzixing   发布时间: 2004-06-20

为什么我启动时老是出现:
500 OOPS: could not bind listening IPv4 socket
??

作者: hicazm   发布时间: 2004-08-10

vsftpd已被加入slackware current...

From changelog:
+--------------------------+
Fri Sep 3 18:40:57 PDT 2004
...
n/vsftpd-2.0.1-i486-1.tgz: Added vsftpd as Slackware's new default ftpd.
This may not have the rich feature set of ProFTPD, but simple is
probably more secure. Thanks to Laurens Vets for getting me to take
another look at this.
...
pasture/proftpd-1.2.9-i486-3.tgz: Sent to /pasture. This has been allowed
to slide way too much for a network service. A security issue was
discovered in April (and was patched in Slackware and elsewhere shortly
thereafter). It took a couple of weeks for any warning to appear on the
ProFTPD site (with no official fix, just a suggestion to avoid the
vulnerable feature). Since then it's been fixed in CVS but there is
still no official stable release that fixes the issue. I liked ProFTPD,
but won't put up with security negligence that goes on for months.
Clearly ProFTPD's time is up, and it belongs here in /pasture.
If there's any problem with vsftpd (and I don't expect there will be),
you can bet that Chris Evans won't take 4 months to do something about it.

作者: frenzy   发布时间: 2004-09-08

好消息,我最喜欢小巧的东西

作者: nbxmedia   发布时间: 2004-09-08

不知道续传问题解决了没。不然传大文件太气人了

作者: dato   发布时间: 2004-09-08

用inetd有啥不好呢,偶用的好好的.... :P

作者: e_liming   发布时间: 2004-09-08

引用:
最初由 e_liming 发表
用inetd有啥不好呢,偶用的好好的.... :P
性能

作者: nbxmedia   发布时间: 2004-09-08