歡迎您光臨本站 註冊首頁

lftp匿名登錄問題

←手機掃碼閱讀     火星人 @ 2014-03-04 , reply:0

lftp匿名登錄問題

各位高手,大家好!
請教各位一個問題,請大家不要見笑!
本人使用ftp命令,可以匿名訪問一個伺服器地址
$ ftp 124.16.144.120
Connected to 124.16.144.120.
220 (vsFTPd 2.0.5)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (124.16.144.120:liuguiyou): anonymous
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.

聽說lftp也挺好使,我就用lftp登錄,
$ lftp 124.16.144.120
lftp 124.16.144.120:~> login anonymous
口令:
lftp anonymous@124.16.144.120:~> ls
`ls' at 0
就一直這樣`ls' at 0
`ls' at 0
`ls' at 0
不知道什麼原因,請高手賜教
《解決方案》

與你賬戶沒什麼問題,估計是連接方式的問題。

ftp默認使用PORT方式。
lftp默認使用PASV方式。
《解決方案》

在vsftpd.conf中添加pasv_enable=YES

[火星人 ] lftp匿名登錄問題已經有748次圍觀

http://coctec.com/docs/service/show-post-17746.html