pscp是putty安裝包所帶的遠端檔案傳輸工具,使用和linux下scp命令相似。
2. 建議將pscp.exe放到c:\windows\system32下面,這樣就可以在任何地方呼叫了。
3. 使用pscp.exe ?檢視命令引數與選項。
4. pscp.exe的常用方法:
1) 把本地檔案file傳輸到linxu伺服器的/tmp/
e:\pscp.exe file [email protected]:/tmp/
或者e:\pscp.exe -l root file 192.168.1.147:/tmp/(這裡-l root要在file之前)
2) 把本地目錄dir、檔案file傳輸到linux伺服器的/tmp/,並指定伺服器端口2009
e:\pscp.exe -p 2009 -r dir file [email protected]:/tmp/
3) 把伺服器上的/tmp/file檔案取回本地當前目錄
e:\pscp.exe [email protected]:/tmp/file
4) 把伺服器上的/tmp/dir目錄取回本地"d:\data\"
e:\pscp.exe -r [email protected]:/tmp/dir "d:\data\"
從Windows系統上拷貝檔案到Linux
方法一 使用xshell 簡單 用x shell 傳輸檔案 xshell是非常好用的工具,但是想在window與linux之間傳輸檔案。很簡單,就是在linux中安裝lrzsz,安裝即可使用。注 本機使用系統centos6.3 yum install lrzsz 在xshell輸入命令 rz。彈出對...
windows上傳檔案到windows
description 從本地上傳檔案到共享目錄 param param localfilename 本地檔名 public static void smbput string localfilename catch exception e finally catch ioexception e d...
windows使用ubuntu啟動linux服務
有些服務只能在linux中策馬奔騰,但是公司配置windows電腦,因此在windows中安裝ubuntu服務,再在啟動的ubuntu中啟動linux服務 系統 win10 其他系統沒試過 安裝步驟 1.檢查 網路和internet是否開啟 應該關閉 伺服器,否則無法開啟windows商店 2.在w...