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 Listing of Objects since Version 3.0.1 (3999) #2685

Closed
cyberduck opened this issue Oct 23, 2008 · 1 comment
Closed

No Listing of Objects since Version 3.0.1 (3999) #2685

cyberduck opened this issue Oct 23, 2008 · 1 comment
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

632f664 created the issue

Hallo,

we have a Listing Problem with our ftp server with every Version after 3.0.1 (3999).
Our Server has more than 200 Accounts.
We can connect to every Account with no Problem, but when we try to conecct to the server as "master user" who can see and manage every account we get no listing any more.

Last Version that works ist 3.0.1 (3999)

Here is the Log of the working Version:

220 "Welcome to ftp.oew.de."
USER ftp-pflege
331 Please specify the password.
PASS ********
230 Login successful.
NOOP
200 NOOP ok.
SYST
215 UNIX Type: L8
CWD /
250 Directory successfully changed.
FEAT
211-Features:
 MDTM
 REST STREAM
 SIZE
211 End
PASV
227 Entering Passive Mode (195,243,148,179,63,114)
LIST -a
150 Here comes the directory listing.
dr-xr-xr-x  498 0        0           13704 Oct 06 09:08 .
dr-xr-xr-x  498 0        0           13704 Oct 06 09:08 ..
dr-xrwxr-x    4 3068     49            120 Sep 18  2006 Adobe
dr-xrwxr-x    4 2781     49            120 Jun 17  2002 DTS
...
...
...
dr-xrwxr-x    4 3044     49            120 Jun 12  2006 wvp
226 Directory send OK.

==============================

and her the Log of the newer Versions, that not work:
Last I have tested is the brand new 3.0.3 (20. Oct 2008)
Also the login seems to work, i get no listing.
And the log gives me no error, while the GUI said:
"Ordnerinhalt anzeigen fehlgeschlagen"
The only difference I can see is "PWD" vs. "CWD"

==============================

220 "Welcome to ftp.oew.de."
USER ftp-pflege
331 Please specify the password.
PASS ********
230 Login successful.
NOOP
200 NOOP ok.
SYST
215 UNIX Type: L8
STAT /
213-Status follows:
PWD
220 "Welcome to ftp.oew.de."
USER ftp-pflege
331 Please specify the password.
PASS ********
230 Login successful.
PWD
257 "/"

==============================

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is an issue as described in #2445. The server does never complete the STAT response. As a workaround set the property to disable the use of STAT in Cyberduck using

defaults write ch.sudo.cyberduck ftp.sendStatListCommand false

@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