cschlosser / drone-ftps

Deploy to FTPS server from Drone CI build
https://hub.docker.com/r/cschlosser/drone-ftps/
Apache License 2.0
20 stars 16 forks source link

Fatal error: max-retries exceeded #21

Closed puzich closed 3 years ago

puzich commented 3 years ago

Currently, I get the error "Fatal error: max-retries exceeded" if I try to upload files to the server. And that on two different projects. I can't explain it to myself. On server side, there is a 200-message, so normally the file was successfully transferred. Do you have any idea?

cschlosser commented 3 years ago

No sorry unfortunately not. Maybe you can find help here: https://github.com/lavv17/lftp/issues

puzich commented 3 years ago

I've took your code and created the docker image again with may again. Now it works. Seems that it is an error at docker side.

cschlosser commented 3 years ago

Thanks for investigating this! I will trigger a rebuild of the image