Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/net/sftp/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def unblock!(handle, offset, length, &callback)

public # miscellaneous methods

# Closes the SFTP connection, but not the SSH connection. Blocks until the
# Closes the SFTP channel, but not the SSH connection. Blocks until the
# session has terminated. Once the session has terminated, further operations
# on this object will result in errors. You can reopen the SFTP session
# via the #connect method.
Expand Down