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

Connect mode fallback problem #979

Closed
cyberduck opened this issue Dec 6, 2006 · 2 comments
Closed

Connect mode fallback problem #979

cyberduck opened this issue Dec 6, 2006 · 2 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

d9242b3 created the issue

On multiple occasions, during upload attempts the upload timed out, with the following error messages in the Toggle Transcript:

200 Zzz...
PASV
PORT 10,0,1,2,206,235
227 Entering Passive Mode (64,202,163,150,242,190)
NOOP
200 PORT command successful
PASV
200 Zzz...
PORT 10,0,1,2,206,236
227 Entering Passive Mode (64,202,163,150,91,58)
NOOP
200 PORT command successful
PASV
200 Zzz...
PORT 10,0,1,2,206,237
227 Entering Passive Mode (64,202,163,150,88,127)
QUIT
200 PORT command successful
@cyberduck
Copy link
Collaborator Author

@dkocher commented

When falling back to the alternate connect mode because of a I/O error, the communication with the server may be out of sync if the response is received later on. We should only fall back to an alternate connect mode when an explicit FTP error is received that the connect mode tried is not supported.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 33674ba.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants