Skip to content

Commit

Permalink
improve sftp::open_mode documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JL710 authored and yodaldevoid committed Sep 21, 2023
1 parent d9a1dfa commit c1e5cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sftp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ impl Sftp {
}

/// Open a handle to a file.
///
/// The mode will represent the permissions ([Wikipedia](<https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation>)).
pub fn open_mode(
&self,
filename: &Path,
Expand Down

0 comments on commit c1e5cb8

Please sign in to comment.