vftpd 用火狐開沒有LIST - Linux

Charlotte avatar
By Charlotte
at 2008-11-03T18:58

Table of Contents

今天剛架好VSFTP 用實體用戶

用FILEZILLA 連OK 可以上下傳檔

有請外面的朋友幫忙測試用FZ也是可以連

可是用火狐開時 不會跟我要求帳密

就直接登入 沒有LIST動作 內容是空的

重新整理後 會要求帳密 但登入後還一樣沒有LIST

可是我的ANYBODY 的登入使用權限是NO

應該不可能不要帳密就可以登入了

是因為火狐跟IE一樣 用的是被動式FTP嗎

還是其他原因???


有用過鳥哥給的 使用者@DNS名稱 登入

有要求輸入密碼 也能進入 但是就沒LIST動作

此外,我有用動態網域名稱 也有架LAMP

LAMP運作正常 就只有FTP沒辦法用瀏覽器開啟



肯請大大賜教


BY 用UBUNTU 8.04 不到一個月的新手 <(_ _)>


--
It's not who I am underneath but what I do that defines me.

--
Tags: Linux

All Comments

Sandy avatar
By Sandy
at 2008-11-07T19:47
網頁編碼改一下看看
Selena avatar
By Selena
at 2008-11-10T02:38
感謝大大的指教 我找到我哪設錯了 ....

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 ...