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

ftp connection fails if SYST command is unknown #5949

Closed
cyberduck opened this issue May 9, 2011 · 2 comments
Closed

ftp connection fails if SYST command is unknown #5949

cyberduck opened this issue May 9, 2011 · 2 comments
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

1d1178e created the issue

cyberduck will abort connection to an ftp server if it doesn't know the SYST command, which is frequently disabled, and not necessary for proper operation. Here's a log from ftp://dl.free.fr (a server used to file exchange on the french ISP Free.fr) :

220 hadl10G-1 FTP server (Version 0.1 - 2007/06/11 00:49) ready.
FEAT
500 'FEAT': command unrecognized.
USER glaurent@telegraph-road.org
331 User name okay, need password..
PASS ********
230 Utilisateur anonyme loggue
PWD
257 "/" is current directory.
NOOP
200 Zzz...
SYST
500 Commande inconnue

I had been using cyberduck to upload files there until recently, I believe it broke after version 4.x.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #5866.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 4.0.3 deleted

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

No branches or pull requests

2 participants