pyftpdlib
pyftpdlib copied to clipboard
Extremely fast and scalable Python FTP server library
Hi, This MR enables the comprehension of the Haproxy Proxy Protocol v1 & v2. Still missing: - [ ] Tests - [x] Documentation - [x] Examples Please tell me what...
System: Linux Mint 20.4 Python 3.10.5 I've made a gui application for a simple ftp interface, the application run the server inside a thread. This is the code of the...
I am not sure this is a bug, maybe it is. I wrote a plugin for pytest which creates a test fixture with an simple FTPD waiting for requests. The...
Running a command like this on a unix shell `curl -v -T 1652654118.zip --ftp-ssl --ssl-reqd --ftp-pasv ftp://:@:21` leads to a corrupted zip file: ``` unzip -t 1652654118.zip Archive: 1652654118.zip End-of-central-directory...
I used LaiFu to fuzz pyftpdlib on windows 10 and I found a remote crash bug. Detailed details are as follows: - run pyftpdlib ``` python -m pyftpdlib -u fuzzer...
```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.0.3 making output directory... done building [mo]: targets for 0 po files that are out of date...
Looks like something is wrong ```console + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-ftpserver-1.1.3-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-ftpserver-1.1.3-2.fc35.x86_64/usr/lib/python3.8/site-packages + /usr/bin/pytest -ra Traceback (most recent call last): File "/usr/bin/pytest", line 8, in sys.exit(console_main()) File "/usr/lib/python3.8/site-packages/_pytest/config/__init__.py", line 187, in console_main code =...
Hello, could you - if possible - add a on_delete() function to the callback methods of the FTPHandler?
Signed-off-by: weizi Adding masquerade_address_map client ip masquerade_address_map = {"2.2.2.1":"2.2.2.1",**"4.4.4.1":"4.4.4.1"**} client-A -> nat device -> ftp server.
Hi, Could you clarify which TLS versions are supported, and how much longer they may be supported for? How can the TLS version be specified? Does it depend on another...