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

Error on status 150 with FTP connection #6650

Closed
cyberduck opened this issue Apr 22, 2012 · 2 comments
Closed

Error on status 150 with FTP connection #6650

cyberduck opened this issue Apr 22, 2012 · 2 comments
Labels
bug ftp FTP Protocol Implementation high priority wontfix

Comments

@cyberduck
Copy link
Collaborator

b31dc03 created the issue

When trying to connect to my TV set top box via FTP, which was working fine earlier, I get this error:

FTP Fehler: 150 File status okay; about to open data connection

and I could only choose between Cancel and Retry.
When clicking Retry, the error does not come up again but I am also not connected.
I am quite sure that this worked in pre-4.2 version, but I cannot tell for sure when it stopped working properly.
Here is the transcript from the log drawer:

220 Service ready for new user
FEAT
530 Not logged in
USER root
331 User name okay, need password
PASS ********
230 User logged in, proceed. Logged out if appropriate
NOOP
530 Not logged in
SYST
215 UNIX system type
STAT /ftproot
211 System status, or system help reply
CWD /ftproot
150 File status okay; about to open data connection
PWD
@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server is responding with a wrong status code to CWD. The response code should be in the range between 200 and 300.

@cyberduck
Copy link
Collaborator Author

b31dc03 commented

It might well be that the server responds with a wrong status code.

But as said I was able to connect with a previous version of CyberDuck.

And FileZilla is able to connect, although the command sequence seems to be a little bit different:

Antwort:	220 Service ready for new user
Befehl:	USER root
Antwort:	331 User name okay, need password
Befehl:	PASS ****
Antwort:	230 User logged in, proceed. Logged out if appropriate
Befehl:	SYST
Antwort:	215 UNIX system type
Befehl:	FEAT
Antwort:	502 Command not implemented
Status:	Verbunden
Status:	Empfange Verzeichnisinhalt...
Befehl:	PWD
Antwort:	257 "/ftproot/" created
Befehl:	TYPE I
Antwort:	200 Command okay
Befehl:	PASV
Antwort:	227 Entering Passive Mode (192,168,178,5,200,224)
Befehl:	LIST
Antwort:	150 File status okay; about to open data connection
Antwort:	226 Closing data connection
Status:	Anzeigen des Verzeichnisinhalts abgeschlossen

Could you please check again if there is a way to make this work again?

I would love to use CyberDuck because its usability is much better than any other solution.

@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 ftp FTP Protocol Implementation high priority wontfix
Projects
None yet
Development

No branches or pull requests

1 participant