Skip to main content

Module sftp

Module sftp 

Source
Available on crate features source-rest and source-sftp only.

Modules§

config
SFTP source configuration.
stream
SFTP source stream executor.

Structs§

SftpConnectionConfig
Shared SFTP connection configuration.
SftpSource
An SFTP source that lists and reads remote files.
SftpSourceConfig
Configuration for the SFTP source connector.

Enums§

FaucetError
All possible errors returned by faucet-stream.
HostKeyPolicy
How the server’s host key is verified during the SSH handshake.
SftpAuth
SFTP authentication method.
SftpFormat
Format of the remote files read by the SFTP source.

Traits§

Source
A source fetches records from an external system.