Available on crate features
source-rest and source-sftp only.Expand description
SFTP source stream executor.
The one place that performs SFTP I/O. Construction is lazy — SftpSource::new
only stores (and validates) the config; the SSH transport is opened on the
first fetch_* / stream_pages call, so an unreachable host surfaces as a
typed error on first poll rather than at construction time.
Structs§
- Sftp
Source - An SFTP source that lists and reads remote files.