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

Mixing active and passive ftp connections cause errors #7

Open
ArthurDents opened this issue Jun 10, 2020 · 1 comment
Open

Mixing active and passive ftp connections cause errors #7

ArthurDents opened this issue Jun 10, 2020 · 1 comment

Comments

@ArthurDents
Copy link

Test case:
1: Start uFTP
2: Start an "active ftp" connection (e.g. DOS ftp). Log in and run "dir".
3: Start a "passive ftp" connection (e.g. from linux), log in and run "get" on a large file.
4: While the passive connection is still transferring the file, run "dir" on the "active (DOS) ftp".
This will end/terminate the ongoing "passive ftp" file transfer.
Sometimes there are also a never ending "2 Errno = 11" message.

BR
AD

@nekarose
Copy link

It seems like I'm experiencing the same problem. My case:

  1. (Window CMD, FTP) Connecion is OK, but when commanding "ls" or "dir", the server is unresponsive, and the client is frozen,
  • 230 Login Ok.
  • ftp> ls
  • 200 connection accepted
  • 150 Accepted data connection
    ----------------> Client is frozen.

=> Is uFTP currently unstable in active mode? I need assistance!!!!!

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