pyftpdlib icon indicating copy to clipboard operation
pyftpdlib copied to clipboard

Extremely fast and scalable Python FTP server library

Results 120 pyftpdlib issues
Sort by recently updated
recently updated
newest added

_From [g.rodola](https://code.google.com/u/g.rodola/) on July 16, 2013 22:44:26_ ``` See: https://groups.google.com/forum/#!topic/pyftpdlib/l7j-6UTGz7c Summary: FTPd class in test/test_ftpd.py [1] should be exposed as a public API because it's useful for testing FTP clients....

enhancement
imported
Component-Library

[build.log](https://github.com/giampaolo/pyftpdlib/files/3902962/build.log) On my HP C8000 this test fails reliably when run with Python 2.7, while it e.g. works on my Sparc. Original downstream report: https://bugs.gentoo.org/676232

Remove `return_vaue=mock.Mock()` It should be `return_value=mock.Mock()` (fix typo), but even this is likely not needed as the return value of a mock object is another mock.

[build-sparc.log](https://github.com/giampaolo/pyftpdlib/files/3902968/build-sparc.log) Test fails on my Sparc T5120: * TestFtpRetrieveData.testretrascii * TestFtpRetrieveDataNoSendfile.testretrascii * TestFtpRetrieveData.testretrascii * TestFtpRetrieveDataTLSMixin.testretrascii * TestFtpRetrieveData.testretrascii * TestFtpRetrieveDataThreadMixin.testretrascii * TestFtpRetrieveDataMProcMixin.testretrascii

_From [[email protected]](https://code.google.com/u/106714916653435856105/) on May 01, 2013 05:05:59_ ``` Hi there. I've been working with your library for quite a while, and it was just so simple yet worked like a...

enhancement
imported
Component-Library

So that the server can be run without keeping the shell busy. This should be done without relying on third party deps (ideally we would have a `pyftdplib/daemonize.py` or something).

enhancement

os: CentOS Linux release 7.4.1708 kernel: 3.10.0-693.el7.x86_64 python: 3.6 pyftpdlib version: 1.5.4 My config: ```python from pyftpdlib.authorizers import DummyAuthorizer from pyftpdlib.handlers import FTPHandler, ThrottledDTPHandler from pyftpdlib.servers import MultiprocessFTPServer authorizer =...

I have a user who needs to be able to use MFMT on a directory and before the patch, this happens: lftp [email protected]:/> quote mfmt 20190101010100 ftp_test 550 /ftp_test is...

This is a service that started a long time ago, works well until today. I use the 1.5.4 version of Multiprocess FTP server with python2.6, and when the total number...