FTP命令詳解(轉)

post0發表於2007-08-09
FTP命令詳解(轉)[@more@]

ascii: 設定以ASCII方式傳送檔案(預設值)

bell: 每完成一次檔案傳送,報警提示.

binary: 設定以二進位制方式傳送檔案.

bye: 終止主機FTP程式,並退出FTP管理方式.

case: 當為ON時,用MGET命令複製的檔名到本地機器中,全部轉換為小寫字母.

cd: 同UNIX的CD命令.

cdup: 返回上一級目錄.

chmod: 改變遠端主機的檔案許可權.

close: 終止遠端的FTP程式,返回到FTP命令狀態,

所有的宏定義都被刪除.

delete: 刪除遠端主機中的檔案.

dir [remote-directory] [local-file]

列出當前遠端主機目錄中的檔案.如果有本地檔案,就將結果

寫至本地檔案.

get [remote-file] [local-file]

從遠端主機中傳送至本地主機中.

help [command]

輸出命令的解釋.

lcd: 改變當前本地主機的工作目錄,如果預設,就轉到當前使用者的HOME目錄.

ls [remote-directory] [local-file]

同DIR.

macdef: 定義宏命令.

mdelete [remote-files]

刪除一批檔案.

mget [remote-files]

從遠端主機接收一批檔案至本地主機.

mkdir directory-name

在遠端主機中建立目錄.

mput local-files

將本地主機中一批檔案傳送至遠端主機.

open host [port]

重新建立一個新的連線.

prompt: 互動提示模式.

put local-file [remote-file]

將本地一個檔案傳送至遠端主機中.

pwd: 列出當前遠端主機目錄.

quit: 同BYE.

recv remote-file [local-file]

同GET.

rename [from] [to]

改變遠端主機中的檔名.

rmdir directory-name

刪除遠端主機中的目錄.

send local-file [remote-file]

同PUT.

status: 顯示當前FTP的狀態.

system: 顯示遠端主機系統型別.

user user-name [password] [account]

重新以別的使用者名稱登入遠端主機.

?: 同HELP.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8225414/viewspace-938745/,如需轉載,請註明出處,否則將追究法律責任。