#putty-64bit-0.70-installer(win64)安裝後,pscp在windows和linux間拷貝檔案很好用
c:\users\23370\downloads>pscp bugzilla5.0hhb_downcc.zip [email protected]:/root
[email protected]』s password:
bugzilla5.0hhb_downcc.zip | 512 kb | 512.3 kb/s | eta: 00:00:00 | 100%
ok!#linux的目錄是中文,pscp不能正確執行!
c:\users\23370\downloads>pscp [email protected]:/root/漢化包/readme.txt d:
[email protected]』s password:
unable to identify /root/漢化包/readme.txt: no such file or directory
#windows的目錄是中文,pscp沒問題!
d:>cd d:\bugzilla資料\安裝包
d:\bugzilla資料\安裝包》pscp [email protected]:/root/hhkit/readme.txt d:
[email protected]』s password:
readme.txt | 0 kb | 0.1 kb/s | eta: 00:00:00 | 100%
c:\users\23370\downloads>pscp [email protected]:/root/hhkit/readme.txt d:
[email protected]』s password:
readme.txt | 0 kb | 0.1 kb/s | eta: 00:00:00 | 100%
d:>pscp [email protected]:/root/hhkit/readme.txt d:\bugzilla資料\安裝包
[email protected]』s password:
readme.txt | 0 kb | 0.1 kb/s | eta: 00:00:00 | 100%
#但拷貝到c盤不行!
d:\bugzilla資料\安裝包》pscp [email protected]:/root/hhkit/readme.txt c:
[email protected]』s password:
pscp: c:\readme.txt: cannot create file
使用pscp傳輸檔案
win下可以使用pscp來進行 putty的官網有下 進入cmd,使用cmd開啟pscp.exe,輸入命令列 pscp 選項 檔名 使用者名稱 host 位置 將本地檔案複製到host主機下,如 pscp test root 192.168.222.2 var www,把test 檔案傳到 var ...
PSCP 使用說明
scp就是secure copy,是用來進行遠端檔案拷貝的.資料傳輸使用ssh1,並且和ssh1使用相同的認證方式,提供相同的安全保證.語法 本地到遠端 遠端到本地 當然也可以遠端對遠端拷貝,拷貝過程使用ssh加密,快速又安全。例如將本地home目錄下的test.tar的檔案拷貝到遠端主機192.1...
PSCP基本操作
pscp為window與linux之間的檔案傳輸工具,使用和linux下scp命令相似 pscp options user host source target指定埠的時候是 p 大寫 本地檔案上傳伺服器 pscp.exe p 22 f test window dump.xml root ip ro...