-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find valid port #312
Comments
Hi @matt-forster, @trs appreciate your support ASAP |
@almgwary im on vacation with limited access. Have you checked port exhaustion for the PASV communication? |
The ports aren't being closed, obviously. Have you checked your own logic to make sure they aren't being held? We've seen this before, so it could be a long running bug as well. |
Here is my code
dockerfile
docker-compose
|
Here is some logs
|
Is there a reason you are only opening up 10 ports in the code but 190 in the image? Are the requests concurrent or sequential? |
Yes am using concurrent ftp uploads, |
I've found bluebird |
Is there any quick fix that I can do? |
@matt-forster cab we have quick fix soon ? |
I've made some effort to reproduce this locally, and I haven't been able to with Filezilla - have you had any success reproducing this with the test file |
It is only happens in our produciton environment, it works fine locally. |
Could you please give some more info on the environment you are running into the issue in? |
@matt-forster |
|
Hi ftp-srv team
I need your support here ASAP
we have this error message
Unable to find valid port
after uploading many files,Code
Error after uploading multible files server side
Error client side
The text was updated successfully, but these errors were encountered: