外卖 SCP

使用构建 SSH 配置调用 SCP

usage: fx scp <arguments to scp>

This command invokes scp (SSH's file copy tool) with Fuchsia's SSH
configuration.  Run "scp -h" to see the options that scp accepts.

Example usage:

  fx scp "[$(fx get-device-addr)]:source_file" dest_file

scp 源代码