FTP Server:
User: yepanghuang
Password: abc
打開Windows的開始菜單
ftp>
鍵入命令連接FTP服務器
ftp> open (回車)
稍等片刻
ftp> connected to
接下來服務器詢問用戶名和口令
上傳文件
ftp> put a:\l (回車)
當屏幕提示你已經傳輸完畢
ftp> dir (回車)
下載
ftp> cd images(回車) [注
ftp> mget *
上傳與下載工作完畢
ftp> bye(回車)
總結一下常用的FTP命令
如果想了解更多
ftp> help (回車)
查看命令集
ascii: 設定以ASCII方式傳送文件(缺省值)
bell: 每完成一次文件傳送
binary: 設定以二進制方式傳送文件
bye: 終止主機FTP進程
case: 當為ON時
cd: 同UNIX的CD命令
cdup: 返回上一級目錄
chmod: 改變遠端主機的文件權限
close: 終止遠端的FTP進程
delete: 刪除遠端主機中的文件
dir [remote
get [remote
help [command]: 輸出命令的解釋
lcd: 改變當前本地主機的工作目錄
ls [remote
macdef: 定義宏命令
mdelete [remote
mget [remote
mkdir directory
mput local
open host [port]: 重新建立一個新的連接
prompt: 交互提示模式
put local
pwd: 列出當前遠端主機目錄
quit: 同BYE
recv remote
rename [from] [to]: 改變遠端主機中的文件名
rmdir directory
send local
status: 顯示當前FTP的狀態
system: 顯示遠端主機系統類型
From:http://tw.wingwit.com/Article/Network/201311/29899.html