Home
last modified time | relevance | path

Searched refs:FXP_CLOSE (Results 1 – 5 of 5) sorted by relevance

/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dconstants.py108 FXP_CLOSE = 4 variable
H A Dsftp.py40 from .constants import FXP_INIT, FXP_VERSION, FXP_OPEN, FXP_CLOSE, FXP_READ
1371 await self._make_request(FXP_CLOSE, String(handle))
4055 FXP_CLOSE: _process_close,
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dfiletransfer.py782 return self.parent._sendRequest(FXP_CLOSE, self.handle)
811 return self.parent._sendRequest(FXP_CLOSE, self.handle)
864 FXP_CLOSE = 4 variable
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dfiletransfer.py908 return self.parent._sendRequest(FXP_CLOSE, self.handle)
938 d = self.parent._sendRequest(FXP_CLOSE, self.handle)
1000 FXP_CLOSE = 4 variable
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8088 twisted.conch.ssh.filetransfer.FXP_CLOSE?7