django-ftpserver icon indicating copy to clipboard operation
django-ftpserver copied to clipboard

FTP server application that used user authentication of Django.

Results 5 django-ftpserver issues
Sort by recently updated
recently updated
newest added

Hi, I have a test server directly on the internet. But when I try to connect to this from a computer behind NAT I get this error: > python3 manage.py...

question

Request document on securing the `FTP` and also running with `gunicorn`

enhancement

Getting errors after running FTP server for a while: OperationalError: (2006, 'MySQL server has gone away') Trying to find best way to resolve it. I tried making the SQL connection...

question
workaround

Hey, I have setup django-ftpserver in my application. On my localhost runs everything as expected. But if I try to run the django application in my docker machine with docker-compose...

question

Trying to see if there's a way to speed up the listdir function. If I have a large folder with 100+ files, it takes quite some time for the listdir...