Shinya Okano

Results 11 comments of Shinya Okano

@zapsterdk What is the client to connect the server? It seems using active mode(default). Could you try to use passive mode at the client side? And try to set the...

@zapsterdk Forcing passive mode at server side is nothing way. FTP client maybe configured explicitly use passive mode. You can write the port range by `FTPSERVER_PASSIVE_PORTS` in settings.py. see this:...

The same problem exists in the web application. This happens, for example, when the application maintains a database connection for a longer time than the MySQL server maintains a connection....

@griffinkelly You can try to change `max_allowed_packet ` and `wait_timeout` parameter in MySQL server config.

@fabull86 Do you use 'volume' of docker? Please check that the ftpserver container can access host directory. You can write 'volumes' configuration to 'docker-compose.yml'.

Python 2.X is too legacy. Python 3.5 support is nessesary.

@agentzh I see. Yes, I agree to change the behavior of the client.