vftpd 用火狐開沒有LIST - Linux

Sierra Rose avatar
By Sierra Rose
at 2008-11-03T21:58

Table of Contents

※ 引述《angel212310 (小康)》之銘言:
: 可是用火狐開時 不會跟我要求帳密
: 就直接登入 沒有LIST動作 內容是空的
: 重新整理後 會要求帳密 但登入後還一樣沒有LIST
: 可是我的ANYBODY 的登入使用權限是NO
: 應該不可能不要帳密就可以登入了
我剛在自己的vsftpd上試,會出現要求帳密的視窗啊
如果按取消會有530 error. 再按網址一次就不會出現帳密詢問了
會出現空的list,像你說的一樣
我的anonymous login也是關的
你還可以去vsftpd.log裡看看記錄了什麼

--
http://cardassian.blogspot.com/

--
Tags: Linux

All Comments

configure 的疑惑

Yuri avatar
By Yuri
at 2008-11-03T18:51
※ 引述《bonka72 (KingJ)》之銘言: : 疑惑很久的一個問題 : 安裝很多軟體使用source code : 使用./configure : 常常都會出現這行 : checking whether we are cross compiling... no : 我每次都給他跳過軟體還是裝好好好的 ...

proftpd 設定問題

Anonymous avatar
By Anonymous
at 2008-11-03T18:42
若是你安裝好,系統基本都幫你自動搞定. 你只要更改基本設定即可 當你啟動Service時. 你可以透過 下列兩指令觀看Service ps -aux | grep YOUR_SERVICE.NAME, EX.ps -aux | grep ftp netstat -an | grep SERVICE.PORT, ...

修改開機呈現內容

Queena avatar
By Queena
at 2008-11-03T18:34
if your env. is bash, you can use `ls -al` to view all files in your home dir include hidden files, such as .basch_rc, and you can edit /etc/bashrc file. i ...

vmware下安裝多台linux 並都使用bridge

William avatar
By William
at 2008-11-03T16:14
我想在vmware下模擬多台fedora 並使用bridge 卻發現同時只能有一台上網...= = 不知道大家有沒有這樣設定過 或是...有什麼方法可以教我的= = thx - ...

configure 的疑惑

Ivy avatar
By Ivy
at 2008-11-03T15:20
疑惑很久的一個問題 安裝很多軟體使用source code 使用./configure 常常都會出現這行 checking whether we are cross compiling... no 我每次都給他跳過軟體還是裝好好好的 請問這行代表的意思是 什麼時候才會出現 checking whether ...