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

Directory listing fails for Trellix FTP Server #1213

Closed
cyberduck opened this issue Aug 14, 2007 · 15 comments
Closed

Directory listing fails for Trellix FTP Server #1213

cyberduck opened this issue Aug 14, 2007 · 15 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

3c22b31 created the issue

Since about version 2.5.1 when trying to view the list of files on my host (domain direct) I get no files listed and I have no idea why.

Is there some means I can help / assist determine why this is the case ?

Things seem to work for uploading but for deleting and other tasks I have had to resort to command line FTP

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you post the log using the current 2.8b1 build.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Have you installed a 2.8b1 build? It does not look like from the log. Get the latest build from http://update.cyberduck.ch/nightly/

@cyberduck
Copy link
Collaborator Author

@dkocher commented

-rw-r--r--  FTP  User     5697271 Oct 14 03:16 GZIPplugin.zip

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added testcase in 9fdf34c.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 32df431.

@cyberduck
Copy link
Collaborator Author

anonymous commented

Downloaded version 3.0 (3966) and still get blank listings from Domain Direct ftp servers

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer.

@cyberduck
Copy link
Collaborator Author

anonymous commented

230-Disk space available: 90207951 bytes
230 Successfully logged in: username great-white-software.com
NOOP
200 NOOP command successful
SYST
215 Linux 2.4.20-30.9.1INLDsmp : Trellix FTP Server 1.0 (Linux|Unix|Windows)
CWD /
250 CWD command successful
FEAT
500-"FEAT"
500 Command not understood
PASV
227 Entering Passive Mode (209,35,114,251,70,124)
LIST -a
150 Opening data connection
226 Command successful

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server sends an empty directory listing. There is nothing I can do.

@cyberduck
Copy link
Collaborator Author

anonymous commented

Cyberduck is the only FTP client that cannot retrieve the list :)
Using the command line and issuing an ls lists hundreds of files
Forklift gets the full list

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I see. Then it could be the -a flag to blame. Please try both of the following:

  1. The latest nightly build at http://update.cyberduck.ch/nightly/ which adds support for an additional method for directory listings over the control channel.
  2. Open a Terminal.app window and enter defaults write ch.sudo.cyberduck ftp.sendExtendedListCommand false and restart Cyberduck.

@cyberduck
Copy link
Collaborator Author

anonymous commented

turning off the -a works and the list is returned correctly

This will allow me to switch back to using cyber duck (I much prefer it)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Does the recent nightly build work as well?

@cyberduck
Copy link
Collaborator Author

anonymous commented

Not until I ran the defaults command you supplied

@cyberduck
Copy link
Collaborator Author

@dkocher commented

More fuzzy logic as of 0fda43b.

It should now be possible to revert the default setting using

defaults write ch.sudo.cyberduck ftp.sendExtendedListCommand false

and still get the directory listing.

@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