Home
last modified time | relevance | path

Searched refs:SFTPError (Results 1 – 25 of 25) sorted by relevance

/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_sftp.py820 with self.assertRaises(SFTPError):
1009 with self.assertRaises(SFTPError):
1040 with self.assertRaises(SFTPError):
1056 with self.assertRaises(SFTPError):
1069 with self.assertRaises(SFTPError):
1299 with self.assertRaises(SFTPError):
2662 with self.assertRaises(SFTPError):
2856 with self.assertRaises(SFTPError):
3712 with self.assertRaises(SFTPError):
3727 with self.assertRaises(SFTPError):
[all …]
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dsftp_client.py36 SFTPError,
241 raise SFTPError("Expected handle")
251 raise SFTPError("Expected name response")
281 raise SFTPError("Expected handle")
374 raise SFTPError("Expected handle")
495 raise SFTPError("Expected attributes")
513 raise SFTPError("Expected attributes")
610 raise SFTPError("Expected name response")
615 raise SFTPError("Readlink returned {} results".format(count))
634 raise SFTPError("Expected name response")
[all …]
H A Dsftp.py120 class SFTPError(Exception): class
136 raise SFTPError("Incompatible sftp protocol")
147 raise SFTPError("Incompatible sftp protocol")
205 raise SFTPError("Garbage packet received")
H A Dsftp_file.py38 SFTPError,
189 raise SFTPError("Expected data")
210 raise SFTPError("Expected status")
285 raise SFTPError("Expected attributes")
552 raise SFTPError("Expected data")
H A D__init__.py54 from paramiko.sftp import SFTPError, BaseSFTP
/dports/security/py-ssh/ssh-1.8.0/ssh/
H A Dsftp_client.py175 raise SFTPError('Expected handle')
185 raise SFTPError('Expected name response')
247 raise SFTPError('Expected handle')
339 raise SFTPError('Expected attributes')
357 raise SFTPError('Expected attributes')
468 raise SFTPError('Expected name response')
473 raise SFTPError('Readlink returned %d results' % count)
494 raise SFTPError('Expected name response')
497 raise SFTPError('Realpath returned %d results' % count)
520 raise SFTPError(errno.ENOTDIR, "%s: %s" % (os.strerror(errno.ENOTDIR), path))
H A Dsftp.py92 class SFTPError (Exception): class
110 raise SFTPError('Incompatible sftp protocol')
121 raise SFTPError('Incompatible sftp protocol')
179 raise SFTPError('Garbage packet received')
H A Dsftp_file.py157 raise SFTPError('Expected data')
167 raise SFTPError('Expected status')
227 raise SFTPError('Expected attributes')
464 raise SFTPError('Expected data')
H A D__init__.py72 from sftp import SFTPError, BaseSFTP
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dscp.py40 from .sftp import SFTPError, SFTPFailure, SFTPBadMessage, SFTPConnectionLost
245 if isinstance(exc, SFTPError):
381 except (OSError, SFTPError) as exc:
437 except (OSError, SFTPError, ValueError) as exc:
457 except (OSError, SFTPError) as exc:
504 except (OSError, SFTPError) as exc:
595 except (OSError, SFTPError) as exc:
613 except (OSError, SFTPError, ValueError) as exc:
767 except (OSError, SFTPError) as exc:
H A Dsftp.py578 class SFTPError(Error): class
599 class SFTPEOFError(SFTPError):
618 class SFTPNoSuchFile(SFTPError):
655 class SFTPFailure(SFTPError):
673 class SFTPBadMessage(SFTPError):
692 class SFTPNoConnection(SFTPError):
2658 except SFTPError:
2681 except SFTPError:
2693 except SFTPError:
2712 except SFTPError:
[all …]
H A D__init__.py92 from .sftp import SFTPClient, SFTPClientFile, SFTPServer, SFTPError
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/paramiko/paramiko/
H A D__init__.pyi22 from paramiko.sftp import SFTPError as SFTPError
H A Dsftp.pyi55 class SFTPError(Exception): ...
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/test/
H A Dtest_filetransfer.py259 return self.assertFailure(d, filetransfer.SFTPError)
346 return self.assertFailure(d, filetransfer.SFTPError)
365 return self.assertFailure(d, filetransfer.SFTPError)
388 return self.assertFailure(d, filetransfer.SFTPError)
426 return self.assertFailure(d, filetransfer.SFTPError)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_filetransfer.py296 return self.assertFailure(d, filetransfer.SFTPError)
389 return self.assertFailure(d, filetransfer.SFTPError)
411 return self.assertFailure(d, filetransfer.SFTPError)
434 return self.assertFailure(d, filetransfer.SFTPError)
479 return self.assertFailure(d, filetransfer.SFTPError)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jsoncpp/source/
H A Dmakerelease.py181 class SFTPError(Exception): class
195 error = SFTPError('SFTP batch failed:\n' + stdout)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dfiletransfer.py437 elif reason.type == SFTPError:
727 d.errback(SFTPError(code, msg, lang))
836 class SFTPError(Exception): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dfiletransfer.py494 elif isinstance(reason.value, SFTPError):
859 d.errback(SFTPError(code, nativeString(msg), lang))
974 class SFTPError(Exception): class
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/shell/
H A Dfiletransfer.py79 raise filetransfer.SFTPError(filetransfer.FX_FAILURE, "Quota exceeded")
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/scripts/
H A Dcftp.py211 e = f.trap(NotImplementedError, filetransfer.SFTPError, OSError, IOError)
214 elif e == filetransfer.SFTPError:
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/scripts/
H A Dcftp.py190 e = f.trap(NotImplementedError, filetransfer.SFTPError, OSError, IOError)
193 elif e == filetransfer.SFTPError:
/dports/security/py-asyncssh/asyncssh-2.8.1/docs/
H A Dapi.rst2048 SFTPError subsection
2051 .. autoexception:: SFTPError
H A Dchanges.rst416 * Created subclasses for SFTPError exceptions, allowing applications
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8192 twisted.conch.ssh.filetransfer.SFTPError.__init__?1(self, errorCode, errorMessage, lang = '')
8193 twisted.conch.ssh.filetransfer.SFTPError?1(errorCode, errorMessage, lang = '')