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§
- Sftp
Options - Runtime overrides for the
sftpsubcommand (parity with scp + agent G-SFTP-18).
Functions§
- run_
sftp - Runs the
sftpsubcommand.