pub async fn run_sftp(
action: SftpAction,
config_override: Option<PathBuf>,
opts: SftpOptions,
) -> Result<()>Expand description
Runs the sftp subcommand.
pub async fn run_sftp(
action: SftpAction,
config_override: Option<PathBuf>,
opts: SftpOptions,
) -> Result<()>Runs the sftp subcommand.