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

No fallback for failed LIST command with -a option #6083

Closed
cyberduck opened this issue Jul 18, 2011 · 1 comment
Closed

No fallback for failed LIST command with -a option #6083

cyberduck opened this issue Jul 18, 2011 · 1 comment
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

cfcd74e created the issue

After 4.x update I cannot connect to my océ plotter ftp site. With cyberduck 3.x I could.
This is CD 3.x connection log:

220 TDS400 FTP Service (Version 3.2.1).
USER anonymous
331 anonymous access allowed, send identity (e-mail name) as password.
PASS ********
230 Anonymous user logged in.
FEAT
211-Extensions supported
 XPWD
 LANG EN*
 UTF8
211 end
OPTS UTF8 ON
500 ' OPTS UTF8 ON' command not supported or understood
CWD /
250 CWD command successful.
SYST
215 Windows_NT version 4.0.
STAT /
500 ' STAT /' command not supported or understood
PASV
227 Entering Passive Mode (192,168,0,4,4,232).
LIST -a
550 /-a:Filename, dir name, or volume label is incorrect.
PASV
227 Entering Passive Mode (192,168,0,4,4,233).
LIST
150 Opening ASCII mode data connection for /.
d-w--w--w-   1    Owner    group          0 Jan  1  2000 jobs
dr--r--r--   1    Owner    group          0 Dec 18  2009 logging
dr--r--r--   1    Owner    group          0 Jan  1  2000 tempstore
226 Transfer complete.

And this is CD 4.1 (8914) connection log (FTP Error: 550 /-a:Filename, dir name, or volume label is incorrect.):

220 TDS400 FTP Service (Version 3.2.1).
USER anonymous
331 anonymous access allowed, send identity (e-mail name) as password.
PASS ********
230 Anonymous user logged in.
FEAT
211-Extensions supported
 XPWD
 LANG EN*
 UTF8
211 end
OPTS UTF8 ON
500 ' OPTS UTF8 ON' command not supported or understood
NOOP
500 ' NOOP' command not supported or understood
SYST
215 Windows_NT version 4.0.
CWD /
250 CWD command successful.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (192,168,0,4,5,19).
LIST -a
550 /-a:Filename, dir name, or volume label is incorrect.
PWD
257 "/" is current directory.

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 6b04a2e.

@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