Home
last modified time | relevance | path

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

/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dconstants.py124 FXP_SYMLINK = 20 variable
H A Dsftp.py44 from .constants import FXP_READLINK, FXP_SYMLINK, FXP_STATUS, FXP_HANDLE
1544 return await self._make_request(FXP_SYMLINK, args)
4071 FXP_SYMLINK: _process_symlink,
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dfiletransfer.py666 return self._sendRequest(FXP_SYMLINK, NS(linkPath)+NS(targetPath))
880 FXP_SYMLINK = 20 variable
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dfiletransfer.py794 return self._sendRequest(FXP_SYMLINK, NS(linkPath) + NS(targetPath))
1016 FXP_SYMLINK = 20 variable
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8111 twisted.conch.ssh.filetransfer.FXP_SYMLINK?7