使用putty組件向服務器上傳或下載文件

基於SSH的鏈接server

上傳文件:io

pscp -P 28661(portNum) -pw password sourceFilePath user@serverIP:destinationFilePath下載

 

下載文件:word

pscp -P 28661(portNum) -pw password user@serverIP:destinationFilePath sourceFilePath文件

相關文章
相關標籤/搜索