We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Session::subsystem
1 parent ef2ae30 commit 47b05eeCopy full SHA for 47b05ee
src/session.rs
@@ -182,9 +182,11 @@ impl Session {
182
///
183
/// ## Sftp subsystem
184
185
- /// To use sftp subsystem, it is recommended to enable feature `openssh-sftp-client`,
+ /// To use sftp subsystem, it is recommended to use crate [`openssh-sftp-client`],
186
/// then use the following code to construct a sftp instance:
187
188
+ /// [`openssh-sftp-client`]: https://crates.io/crates/openssh-sftp-client
189
+ ///
190
/// ```rust,no_run
191
/// # use std::error::Error;
192
/// # #[cfg(feature = "native-mux")]
0 commit comments