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

cyberduck doesn't like empty answer to FEAT command #1919

Closed
cyberduck opened this issue Apr 9, 2008 · 1 comment
Closed

cyberduck doesn't like empty answer to FEAT command #1919

cyberduck opened this issue Apr 9, 2008 · 1 comment
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

1d1178e created the issue

Using cyberduck 2.8.5, trying to access a freebox (a net box given to subscribers by the free.fr french ISP). The freebox has an embedded ftp server. Cyberduck used to work fine with it, but now when connecting to it, it gets in a strange state where apparently no connection is open, even though the log drawer says otherwise. It seems that the lack of reply to the FEAT command throws Cyberduck off :

220 Welcome to Freebox FTP Server.
USER freebox
331 User name okay, need password.
PASS ********
230-		Bienvenue sur le serveur FTP Freebox.
230-
230-	  Vos enregistrements se trouvent dans le répertoire :
230-
230-		     /Disque dur/Enregistrements
230-
230-	   Vous pouvez mettre vos vidéos dans le répertoire :
230-
230-			  /Disque dur/Video
230-
230-
230 User logged in, proceed.
SYST
215 UNIX Type: L8
NOOP
200 Command Okay.
CWD /Disque dur
250 directory changed to /Disque dur/
FEAT
211 no-features

The main window is empty, the 'Disconnect' button is disabled, just as if no connection were open.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In dc82c7b.

@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