blob: bb663e41890e0612e9cf9f596f01b507c4657b0a [file] [log] [blame] [view]
# fx scp
invoke scp with the build ssh config
```none
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](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/scp)