django-ftpserver
django-ftpserver copied to clipboard
FTP server application that used user authentication of Django.
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...
Request document on securing the `FTP` and also running with `gunicorn`
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...
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...
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...