Skip to content

Commit 9f8b5c8

Browse files
author
Pan
committed
Updated SFTP handle fstat to return attributes, added integration test.
Implemented SFTP handle readdir* methods as python generators, added integration tests. Updated SFTP openddir to be used as a context manager. Updated block directions function name to match libssh2.
1 parent df50d56 commit 9f8b5c8

File tree

10 files changed

+5397
-2180
lines changed

10 files changed

+5397
-2180
lines changed

ssh2/session.c

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh2/session.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ cdef class Session:
345345
return
346346
return PyChannel(channel, self)
347347

348-
def blockdirections(self):
348+
def block_directions(self):
349349
cdef int rc
350350
with nogil:
351351
rc = c_ssh2.libssh2_session_block_directions(

0 commit comments

Comments
 (0)