diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,7 @@ pub use error::Error; pub use knownhosts::{KnownHosts, Hosts, Host}; pub use listener::Listener; pub use session::Session; +pub use sftp::{Sftp}; mod agent; mod channel; @@ -71,6 +72,7 @@ mod error; mod knownhosts; mod listener; mod session; +mod sftp; /// Initialize the libssh2 library. /// |