Skip to content

ftp connection fails if SYST command is unknown #5949

@cyberduck

Description

@cyberduck

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.

Metadata

Metadata

Assignees

Labels

duplicateftpFTP Protocol Implementation

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions