Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮助我通过命令行使用 PSCP 上传整个文件夹。我可以从服务器下载整个文件夹,但无法上传服务器有用户名和密码这是我正在使用的以下代码
pscp -r D:\TEST\ username:password@xx.xx.xx.xx:/upload_folder
文件夹 TEST 包含许多文件和文件夹