# 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) |