fx scp

invoke scp with the build ssh config

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 source code