ssh 命令行操作
2019獨角獸企業重金招聘Python工程師標準>>>
上傳:
scp /path/file(這部分為本地的路徑) user(遠端目標用戶名)@host(遠端目標IP):/pathorfile(文件存儲路徑)
下載:
scp user(遠端用戶名)@host(遠端IP):/path/file(下載文件在遠端的路徑) localpathorfile(本地文件存放路徑)
查看目錄或文件:
ssh user@host command ls "/path/*.tgz"
轉載于:https://my.oschina.net/iatbforever/blog/278362
總結
- 上一篇: Windows server 2008
- 下一篇: 使用 IntraWeb (15) - 基