blob: 76f5b786c796f8df4d78ebd6536a482b7e64c8e8 [file] [log] [blame] [view]
# fx sftp
invoke sftp with the build ssh config
```none
usage: fx sftp <arguments to sftp>
This command invokes sftp (one of SSH's file copy tools) with
Fuchsia's SSH configuration. Run "sftp -h" to see the options that
sftp accepts.
Example usage:
fx sftp "[$(fx get-device-addr)]:source_file" dest_file
```
[sftp source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/sftp)