当前位置: 技术问答>linux和unix
如何在linux下开通ftp server
来源: 互联网 发布时间:2015-07-08
本文导语: 如何在linux下开通ftp server 我的系统是redhat enterprise linux 3.0。我把/etc/xinetd.d/gssftp里面的disable设成no 了,但ftp还是不能用,不管我输什么都不能登录。详细出错信息在下面。 有谁能告诉我应该怎么设置,可以开通f...
如何在linux下开通ftp server
我的系统是redhat enterprise linux 3.0。我把/etc/xinetd.d/gssftp里面的disable设成no
了,但ftp还是不能用,不管我输什么都不能登录。详细出错信息在下面。
有谁能告诉我应该怎么设置,可以开通ftp server,或者有其它什么好一点的ftp server的软
件。我试过wu-ftp但是装不上。我的系统是redhat enterprise linux 3.0
谢谢啦
[root@leo-lnx sbin]# ftp localhost
Connected to localhost.
220 leo-lnx.cn.oracle.com FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI error major: Miscellaneous failure
GSSAPI error minor: No credentials cache found
GSSAPI error: initializing context
GSSAPI authentication failed
334 Using authentication type KERBEROS_V4; ADAT must follow
KERBEROS_V4 accepted as authentication type
Kerberos V4 krb_mk_req failed: You have no tickets cached
Name (localhost:root):
530 Must perform authentication before identifying USER.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
我的系统是redhat enterprise linux 3.0。我把/etc/xinetd.d/gssftp里面的disable设成no
了,但ftp还是不能用,不管我输什么都不能登录。详细出错信息在下面。
有谁能告诉我应该怎么设置,可以开通ftp server,或者有其它什么好一点的ftp server的软
件。我试过wu-ftp但是装不上。我的系统是redhat enterprise linux 3.0
谢谢啦
[root@leo-lnx sbin]# ftp localhost
Connected to localhost.
220 leo-lnx.cn.oracle.com FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI error major: Miscellaneous failure
GSSAPI error minor: No credentials cache found
GSSAPI error: initializing context
GSSAPI authentication failed
334 Using authentication type KERBEROS_V4; ADAT must follow
KERBEROS_V4 accepted as authentication type
Kerberos V4 krb_mk_req failed: You have no tickets cached
Name (localhost:root):
530 Must perform authentication before identifying USER.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
|
vsftpd is the default ftp service in redhat enterprise linux 3
so ,only you do:
service vsftpd start
chkconfig vsftpd on
Now :
ftp to your machine .....
so ,only you do:
service vsftpd start
chkconfig vsftpd on
Now :
ftp to your machine .....
|
以上面的信息来看,你的FTP服务已经启动
你可以再WIN下连LINUX试试
RH自带的VSFTPD很不错,如果不想用的话,就用PROFTPD
你可以再WIN下连LINUX试试
RH自带的VSFTPD很不错,如果不想用的话,就用PROFTPD
|
sevice ftpd restart
ftp一般拒绝用root登陆,增加一个普通用户再用此用户登陆!
ftp一般拒绝用root登陆,增加一个普通用户再用此用户登陆!