Skip to content
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

send_next_directory hangs the client #8

Closed
m-seker opened this issue Apr 12, 2017 · 3 comments
Closed

send_next_directory hangs the client #8

m-seker opened this issue Apr 12, 2017 · 3 comments

Comments

@m-seker
Copy link
Contributor

m-seker commented Apr 12, 2017

I see that same question has been asked before :

#1
#7

I'm having the same ( or similar ? ) problem. If the client sends a "LIST" command, data is sent correctly but message 226 is sent %10 of the time. I've checked with Wireshark, nothing on the wire. Client is hung since he is waiting for close indication.

Looking at the other posts, maybe there is a problem with my port, I'm not sure. If so, any idea how to check this ?

Thanks in advance.

@toelke
Copy link
Owner

toelke commented Apr 12, 2017

Hi,

basically my tip in looking for the cause of this error is the same as in #1 (comment).

Is ftpd_msgpoll() called? This would be done from the tcp-timer.
How much free memory do you have?
Are you listing the same directories in the case where the listing works as when it does not?

Regards,
Philipp

@m-seker
Copy link
Contributor Author

m-seker commented Apr 17, 2017

Hi Philipp,

You were right. The issue was related to my configuration and ftpd_msgpoll() was not being called at all.

Thanks for the great lib.

@m-seker m-seker closed this as completed Apr 17, 2017
@toelke
Copy link
Owner

toelke commented Apr 18, 2017

Hi,

I am happy you found your issue and got everything working.

Regards,
Philipp

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants