基于SSH的连接
上传文件:
pscp -P 28661(portNum) -pw password sourceFilePath user@serverIP:destinationFilePath
下载文件:
pscp -P 28661(portNum) -pw password user@serverIP:destinationFilePath sourceFilePath
2024-03-24 09:39:34
基于SSH的连接
上传文件:
pscp -P 28661(portNum) -pw password sourceFilePath user@serverIP:destinationFilePath
下载文件:
pscp -P 28661(portNum) -pw password user@serverIP:destinationFilePath sourceFilePath
下一篇:MVC知识点02