Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 網絡工具 >> 事半功倍:FTP使用命令詳解

事半功倍:FTP使用命令詳解

日期:2017/2/7 17:48:40      編輯:網絡工具

FTP命令是Internet用戶使用最頻繁的命令之一,不論是在DOS還是UNIX操作系統下使用FTP,都會遇到大量的FTP內部命令。熟悉並靈活應用FTP的內部命令,可以大大方便使用者,並收到事半功倍之效。 

  FTP的命令行格式為: ftp -v -d -i -n -g [主機名] ,其中 

  -v 顯示遠程服務器的所有響應信息; 

  -n 限制ftp的自動登錄,即不使用; 

  -i etrc文件; 

  -d 使用調試方式; 

  -g 取消全局文件名。 

  ftp使用的內部命令如下(中括號表示可選項): 

  1.![cmd[args]]:在本地機中執行交互shell,exit回到ftp環境,如:!ls*.zip. 

  2.$ macro-ame[args]:執行宏定義macro-name. 

  3.account[password]:提供登錄遠程系統成功後訪問系統資源所需的補充口令。 

  4.append local-file[remote-file]:將本地文件追加到遠程系統主機,若未指定遠程系統文件名,則使用本地文件名。 

  5.ascii:使用ascii類型傳輸方式。 

  6.bell:每個命令執行完畢後計算機響鈴一次。 

  7.bin:使用二進制文件傳輸方式。 

  8.bye:退出ftp會話過程。 

  9.case:在使用mget時,將遠程主機文件名中的大寫轉為小寫字母。 

  10.cd remote-dir:進入遠程主機目錄。 

  11.cdup:進入遠程主機目錄的父目錄。 

  12.chmod mode file-name:將遠程主機文件file-name的存取方式設置為mode,如: chmod 777 a.out 。 

  13.close:中斷與遠程服務器的ftp會話(與open對應)。 

  14.cr:使用ascii方式傳輸文件時,將回車換行轉換為回行。 

  15.delete remote-file:刪除遠程主機文件。 

  16.debug[debug-value]:設置調試方式, 顯示發送至遠程主機的每條命令,如: deb up 3,若設為0,表示取消debug。 

  17.dir[remote-dir][local-file]:顯示遠程主機目錄,並將結果存入本地文件local-file。 

  18.disconnection:同close。 

  19.form format:將文件傳輸方式設置為format,缺省為file方式。 

  20.get remote-file[local-file]: 將遠程主機的文件remote-file傳至本地硬盤的local-file。

Copyright © Windows教程網 All Rights Reserved