Home
last modified time | relevance | path

Searched refs:SFTPClientFile (Results 1 – 4 of 4) sorted by relevance

/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A D__init__.py92 from .sftp import SFTPClient, SFTPClientFile, SFTPServer, SFTPError
H A Dsftp.py1582 class SFTPClientFile: class
2840 return SFTPClientFile(self._handler, handle, pflags & FXF_APPEND,
/dports/security/py-asyncssh/asyncssh-2.8.1/docs/
H A Dapi.rst1148 SFTPClientFile subsection
1151 .. autoclass:: SFTPClientFile()
H A Dchanges.rst835 made using the SFTPClientFile class, similar to what was already