FTP problems: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 36: Line 36:


=== FTP 伺服器端 ===
=== FTP 伺服器端 ===
* 該FTP 伺服器未啟用服務
* 該FTP 伺服器未啟用服務。透過[http://www.nirsoft.net/utils/cports.html CurrPorts]等[[Testing#connection_test |工具]]檢查哪隻程式佔用了 port 21 (FTP) 或 port 22 (SFTP)
* 防火牆
* 防火牆
** 硬體防火牆
** 硬體防火牆

Revision as of 13:57, 17 January 2013

FTP連線問題

使用者端

  • 建議使用FTP 傳檔軟體(找軟體)而非Internet Explorer
Owl icon.jpg How to use filezilla FTP 傳檔軟體教學


登入問題

  • 有時候密碼在複製的時候,多copy了半形空白,使得密碼輸入錯誤
  • 檢查大寫燈是否有亮
  • 部分伺服器有同一時間的連線數限制,請關閉多餘連線視窗或連線分頁(label)


可以登入,但是沒法看到目錄清單

可以登入(沒有顯示密碼錯誤的訊息)到ftp伺服器,但是沒法看到目錄清單

  • 確定那不是空目錄
  • 登出FTP伺服器,啟用(或關閉)傳輸模式為Passive模式 (如果原本勾選「被動模式」,則改為切換「主動模式」) , 下圖為FileZilla的設定圖示
1965250_7474306e52.jpg
Image hosted at flickr

可以登入,但是重複要求密碼

CuteFTP可以登入,但是重複要求密碼 --> 資料連線類型: 請選擇PASV(passive)模式,請見CuteFtp的設定圖示


檔案傳輸失敗

可能的原因

  1. 要傳輸的MS Word檔案還在開啟狀態,建議先關閉MS Word檔,再進行傳輸。
  2. 部分ftp server不允許中文字、特殊字(例如% @ #)或檔名中有空白等,請使用英文字或數字。
  3. 副檔名前有多餘的句點,例如 filename..doc 請改成 filename.doc
  4. 檔名太長
  5. 部分伺服器有同一時間的連線數限制,請關閉多餘連線視窗或連線分頁(label)
  6. ftp client的中文支援不佳,導致部分中文字串無法順利判讀
  7. 網路傳輸品質不穩
  8. 對方伺服器的硬碟已滿

FTP 伺服器端

  • 該FTP 伺服器未啟用服務。透過CurrPorts工具檢查哪隻程式佔用了 port 21 (FTP) 或 port 22 (SFTP)
  • 防火牆
    • 硬體防火牆
    • 電腦防火牆: (windows 2008 server) 控制台\系統及安全性\Windows 防火牆 -> 具有進階安全性的 Windows 防火牆 -> 開放 FTP server 程式可以連線
狀態:	正在連線到 IP ...
狀態:	連線已建立, 正等候歡迎訊息...
錯誤:	無法連線到伺服器

FTP glossary terms

  • user home dir(ectory): the home directory (root path) when user logged into the FTP server

permission

basic permission (from FileZilla Server):

  • Files: Read
  • Directories: List & List Subdirs

case1 : allow user upload file and overwrite the same file uploaded

  • Files: Read, Write, Delete, Append

case2 (for temporally upload purpose): allow user upload file and overwrite the same file uploaded but cannot see the file list

  • Files: Read, Write, Delete, Append
  • Directories: Not allow List & List Subdirs

trivial case 1: allow user upload file but can not overwrite the same file uploaded

  • Files: Read, Write, (Append)


相關文章