Skip to content

Commit 47b05ee

Browse files
committed
Update doc for Session::subsystem
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent ef2ae30 commit 47b05ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/session.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,11 @@ impl Session {
182182
///
183183
/// ## Sftp subsystem
184184
///
185-
/// To use sftp subsystem, it is recommended to enable feature `openssh-sftp-client`,
185+
/// To use sftp subsystem, it is recommended to use crate [`openssh-sftp-client`],
186186
/// then use the following code to construct a sftp instance:
187187
///
188+
/// [`openssh-sftp-client`]: https://crates.io/crates/openssh-sftp-client
189+
///
188190
/// ```rust,no_run
189191
/// # use std::error::Error;
190192
/// # #[cfg(feature = "native-mux")]

0 commit comments

Comments
 (0)