Skip to content

Commit cc80ea1

Browse files
committed
Update crate level doc: Add doc for sftp subsystem use case
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent b4432de commit cc80ea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
//! [`raw_args`](Command::raw_args), and [`raw_command`](Session::raw_command) to bypass the
112112
//! escaping that `openssh` normally does for you.
113113
//!
114+
//! # Sftp subsystem
115+
//!
116+
//! For sftp and other ssh subsystem, check [`Session::subsystem`] for more information.
117+
//!
114118
//! # Examples
115119
//!
116120
//! ```rust,no_run

0 commit comments

Comments
 (0)