//! # faucet-source-sftp
//!
//! SFTP source connector for the faucet-stream ecosystem.
//!
//! Lists a remote directory (or reads a single file) over SFTP and streams the
//! files as JSON Lines, JSON arrays, or raw text — with bounded memory for the
//! line- and record-oriented formats. Connection, authentication, and host-key
//! verification come from [`faucet-common-sftp`](https://docs.rs/faucet-common-sftp).
pub use ;
pub use ;
pub use ;
pub use SftpSource;