Fx SFTP

使用构建 SSH 配置调用 SFTP

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 源代码