summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5b4e168..da6a70f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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.
///