如圖啃憎,連上目標(biāo)主機(jī)后签舞,直接點(diǎn)擊圖中的工具按鈕草穆,就會(huì)開啟sftp窗口
我們輸入help,查看可用的命令有哪些
sftp:/tmp> help
bye 關(guān)閉 SFTP 會(huì)話
cd 切換服務(wù)器端目錄
clear 清屏
exit finish your SFTP session
explore 使用資源管理器打開本地工作目錄
get 從服務(wù)器下載文件到本地工作目錄
help give help
lcd 切換本地工作目錄
lls 輸出本地工作目錄文件列表
lpwd 顯示本地工作目錄路徑
ls 輸出服務(wù)器端目錄文件列表
mkdir create a directory on the remote server
mv move or rename a file on the remote server
put upload a file from your local machine to the server
pwd print your remote working directory
quit finish your SFTP session
rename 移動(dòng)或重命名服務(wù)器端文件
rm 刪除服務(wù)器端文件
rmdir 刪除服務(wù)器端目錄
舉個(gè)栗子
切換本地工作目錄到D盤
sftp:/local/home/root> lcd d:
Local directory is now d:
切換服務(wù)器目錄到/tmp
sftp:/local/home/root> cd /tmp
sftp:/tmp>
下載 /tmp 目錄里的文件 Katalon_Studio_Windows_64-5.4.2.zip
sftp:/tmp> get Katalon_Studio_Windows_64-5.4.2.zip
Fetching /tmp/Katalon_Studio_Windows_64-5.4.2.zip to Katalon_Studio_Windows_64-5.4.2.zip
sftp: received 303 MB in 498.56 seconds
使用資源管理器打開本地工作目錄
sftp:/tmp> explorer