Home
last modified time | relevance | path

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

1234567

/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/demo/
H A Danti_flood_ftpd.py15 from pyftpdlib.handlers import FTPHandler
19 class AntiFloodHandler(FTPHandler):
26 FTPHandler.__init__(self, *args, **kwargs)
48 FTPHandler.process_command(self, *args, **kwargs)
68 FTPHandler.close(self)
H A Dwinnt_ftpd.py15 from pyftpdlib.handlers import FTPHandler
26 handler = FTPHandler
H A Dmulti_thread_ftp.py14 from pyftpdlib.handlers import FTPHandler
21 handler = FTPHandler
H A Dmulti_proc_ftp.py16 from pyftpdlib.handlers import FTPHandler
23 handler = FTPHandler
H A Dunix_ftpd.py15 from pyftpdlib.handlers import FTPHandler
22 handler = FTPHandler
H A Dbasic_ftpd.py15 from pyftpdlib.handlers import FTPHandler
29 handler = FTPHandler
H A Dthrottled_ftpd.py15 from pyftpdlib.handlers import FTPHandler
29 ftp_handler = FTPHandler
H A Dmd5_ftpd.py17 from pyftpdlib.handlers import FTPHandler
40 handler = FTPHandler
H A Dunix_daemon.py43 from pyftpdlib.handlers import FTPHandler
116 handler = FTPHandler
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/docs/
H A Dfaqs.rst136 class MyHandler(FTPHandler):
160 Just modify `FTPHandler.banner <api.html#pyftpdlib.handlers.FTPHandler.banner>`__.
194 attribute of `FTPHandler <api.html#pyftpdlib.handlers.FTPHandler.masquerade_address>`__
201 attribute of `FTPHandler <api.html#pyftpdlib.handlers.FTPHandler.masquerade_address>`__
232 attribute of `FTPHandler <api.html#pyftpdlib.handlers.FTPHandler.masquerade_address>`__ class.
263 `FTPHandler.use_sendfile <api.html#pyftpdlib.handlers.FTPHandler.use_sendfile>`__
268 from pyftpdlib.handlers import FTPHandler
269 handler = FTPHandler
315 >>> ftpd = FTPServer(address, FTPHandler)
359 `FTPHandler <api.html#pyftpdlib.handlers.FTPHandler>`__ subclass and add a new
[all …]
H A Dtutorial.rst42 handler = FTPHandler
88 handler = FTPHandler
156 handler = FTPHandler
214 handler = FTPHandler
243 handler = FTPHandler
276 handler = FTPHandler
321 handler = FTPHandler
342 handler = FTPHandler
381 handler = FTPHandler
419 ftp_handler = FTPHandler
[all …]
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/
H A DHISTORY.rst122 FTPHandler.auth_failed_timeout.
318 - pyftpdlib.handlers.FTPHandler.log_prefix
335 | pyftpdlib.ftpserver.FTPHandler | pyftpdlib.handlers.FTPHandler |
399 - FTPHandler.respond(resp) -> FTPHandler.respond(resp, logfun=logger.debug)
400 - FTPHandler.log(resp) -> FTPHandler.log(resp, logfun=logger.info)
401 - FTPHandler.logline(resp) -> FTPHandler.logline(resp, logfun=logger.debug)
465 - New FTPHandler.use_sendfile attribute.
472 - New FTPHandler.logerror(msg) method.
473 - New FTPHandler.log_exception(instance) method.
549 - FTPHandler class:
[all …]
/dports/net/py-ndg-httpsclient/ndg_httpsclient-0.5.1/ndg/httpsclient/
H A Durllib2_build_opener.py17 HTTPDefaultErrorHandler, FTPHandler,
26 FTPHandler, FileHandler, HTTPErrorProcessor,
50 FTPHandler, FileHandler, HTTPErrorProcessor]
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/green/
H A Durllib2.py18 FTPHandler.ftp_open = patcher.patch_function(FTPHandler.ftp_open, ('ftplib', ftplib))
/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dftpserver.py4 from pyftpdlib.handlers import FTPHandler
16 handler = FTPHandler
/dports/devel/checkbashisms/devscripts-2.21.4/test/uscan/
H A Dftpserver.py6 from pyftpdlib.handlers import FTPHandler
14 handler = FTPHandler
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/pyftpdlib/
H A D__main__.py19 from .handlers import FTPHandler
107 handler = FTPHandler
112 ftpd = FTPServer((options.interface, options.port), FTPHandler)
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/pyftpdlib/test/
H A D__init__.py27 from pyftpdlib.handlers import FTPHandler
228 if isinstance(instance, FTPHandler):
276 pyftpdlib.handlers.FTPHandler)
277 for klass in (pyftpdlib.handlers.FTPHandler, tls_handler):
325 handler = FTPHandler
360 handler = FTPHandler
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/green/urllib/
H A Drequest.py39 FTPHandler.ftp_open = patcher.patch_function(FTPHandler.ftp_open, *to_patch_in_functions)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/six/@python2/six/moves/urllib/
H A Drequest.pyi17 FTPHandler as FTPHandler,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/six/six/moves/urllib/
H A Drequest.pyi13 FTPHandler as FTPHandler,
/dports/devel/py-fs/fs-0.5.4/fs/tests/
H A Dtest_ftpfs.py20 from pyftpdlib.handlers import FTPHandler
103 handler = FTPHandler
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/
H A Drequest.pyi26 from urllib2 import FTPHandler as FTPHandler
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2/six/moves/urllib/
H A Drequest.pyi26 from urllib2 import FTPHandler as FTPHandler
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/
H A Drequest.pyi29 from urllib.request import FTPHandler as FTPHandler

1234567