SSH

  • 基本命令:scp 参数 from_path to_path
    • 远程地址:username@remote_host:/path/to/remote/directory
    • 指定远程端口(远程到远程不支持,建议先拉到本地中转):-P port_number
    • 提供进度条:-v