Linux

Clips_Linux

  • scp
    1
    2
    scp -r -P [port] [remote] [local] # 下载
    scp -r -P [port] [local] [remote] # 上传