Skip to main content

Module sftp

Module sftp 

Source
Expand description

SFTP subsystem operations over SSH (upload/download/ls/mkdir/rm/stat/rename).

Complements SCP (regular-file wire). SFTP adds directory trees and FS ops. Multi-host fan-out uses crate::concurrency::map_bounded. Multi-file on one host reuses one SFTP session (G-SFTP-19).

Structs§

SftpOptions
Runtime overrides for the sftp subcommand (parity with scp + agent G-SFTP-18).

Functions§

run_sftp
Runs the sftp subcommand.