Home
last modified time | relevance | path

Searched refs:FXF_EXCL (Results 1 – 8 of 8) sorted by relevance

/dports/security/cowrie/cowrie-2.2.0/src/cowrie/shell/
H A Dfiletransfer.py16 from twisted.conch.ssh.filetransfer import FXF_APPEND, FXF_CREAT, FXF_EXCL, FXF_READ, FXF_TRUNC, FX…
52 if flags & FXF_EXCL == FXF_EXCL:
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dconstants.py139 FXF_EXCL = 0x00000020 variable
H A Dsftp.py49 from .constants import FXF_CREAT, FXF_TRUNC, FXF_EXCL
75 'x': FXF_WRITE | FXF_CREAT | FXF_EXCL,
80 'x+': FXF_READ | FXF_WRITE | FXF_CREAT | FXF_EXCL
4433 if pflags & FXF_EXCL:
4459 if pflags & FXF_EXCL:
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/
H A Dunix.py29 FXF_EXCL,
448 if flags & FXF_EXCL == FXF_EXCL:
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/
H A Dunix.py9 from ssh.filetransfer import FXF_READ, FXF_WRITE, FXF_APPEND, FXF_CREAT, FXF_TRUNC, FXF_EXCL
400 if flags & FXF_EXCL == FXF_EXCL:
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dfiletransfer.py907 FXF_EXCL = 0x00000020 variable
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dfiletransfer.py1043 FXF_EXCL = 0x00000020 variable
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8082 twisted.conch.ssh.filetransfer.FXF_EXCL?7