FTP Client 出現 error 500 Illegal PORT command
只要下 pass 就可以了
#ftp 127.0.0.1
ftp> dir
500 Illegal PORT command.
ftp: bind: Address already in use
ftp> pass
Passive mode on.
ftp> dir
227 Entering Passive Mode (140,211,166,134,86,192).
150 Here comes the directory listing.
lrwxrwxrwx 1 0 0 19 Apr 11 2009 aaa
lrwxrwxrwx 1 0 0 20 Apr 11 2009 bbb
備註
ftp> help <==提供需要的指令說明,可以常參考!
ftp> dir <==顯示遠端伺服器的目錄內容 (檔名列表)
ftp> cd /pub <==變換目錄到 /pub 當中
ftp> get filename <==下載單一檔案,檔名為 filename
ftp> mget filename* <==下載多個檔案,可使用萬用字元 *
ftp> put filename <==上傳 filename 這個檔案到伺服器上
ftp> delete file <==刪除主機上的 file 這個檔案
ftp> mkdir dir <==建立 dir 這個目錄
ftp> lcd /home <==切換『本地端主機』的工作目錄
ftp> passive <==啟動或關閉 passive 模式
ftp> binary <==資料傳輸模式設定為 binary 格式
ftp> bye <==結束 ftp 軟體的使用
沒有留言:
張貼留言