pub fn print_sftp_transfer_json( direction: &str, target: &ExecTarget, local: &str, remote: &str, bytes: u64, duration_ms: u64, recursive: bool, ) -> Result<()>
ssh-real
Prints an SFTP transfer result as JSON (G-SFTP-09).
Serialization or stdout I/O.