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

Cannot view directory #1237

Closed
cyberduck opened this issue Aug 31, 2007 · 4 comments
Closed

Cannot view directory #1237

cyberduck opened this issue Aug 31, 2007 · 4 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

kruguitar created the issue

I have used Cyberduck for the past few months and found it to be great! All of a sudden I cannot view any of my folders after logging in. The program says it has a connection but then does not display any folders for me to update my website. I am very frustrated.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I need some help to debug this issue. Please open a Terminal.app window and enter

defaults write ch.sudo.cyberduck logging INFO

Then restart Cyberduck, connect to the server and send me the output in the console.log (open Console.app to view).

@cyberduck
Copy link
Collaborator Author

7f5a545 commented

I have the same problem, I did whart you asked and here it the logs about the file listing :

1234 [Background] INFO ch.cyberduck.core.Session - 200 NOOP command successful
1235 [Background] INFO ch.cyberduck.core.Session - Obtention de la liste des fichiers du répertoire /
1235 [Background] INFO ch.cyberduck.core.Session - PASV
1280 [Background] INFO ch.cyberduck.core.Session - 227 Entering Passive Mode (212,27,63,3,209,52).
1325 [Background] INFO ch.cyberduck.core.Session - LIST -a
1371 [Background] INFO ch.cyberduck.core.Session - 150 Opening ASCII mode data connection for file list
Exception in thread "Background" java.lang.NoSuchMethodError: org.apache.commons.net.ftp.FTPClientConfig.setLenientFutureDates(Z)V
at ch.cyberduck.core.ftp.FTPParserFactory$1.getDefaultConfiguration(FTPParserFactory.java:78)
at org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl.configure(ConfigurableFTPFileEntryParserImpl.java:91)
at org.apache.commons.net.ftp.parser.UnixFTPEntryParser.(UnixFTPEntryParser.java:137)
at org.apache.commons.net.ftp.parser.UnixFTPEntryParser.(UnixFTPEntryParser.java:119)
at ch.cyberduck.core.ftp.FTPParserFactory$1.(FTPParserFactory.java:76)
at ch.cyberduck.core.ftp.FTPParserFactory.createUnixFTPEntryParser(FTPParserFactory.java:73)
at ch.cyberduck.core.ftp.FTPParserFactory.createFileEntryParser(FTPParserFactory.java:40)
at ch.cyberduck.core.ftp.FTPSession.getFileParser(FTPSession.java:146)
at ch.cyberduck.core.ftp.FTPPath.list(FTPPath.java:131)
at ch.cyberduck.core.AbstractPath.list(AbstractPath.java:74)
at ch.cyberduck.core.AbstractPath.childs(AbstractPath.java:100)
at ch.cyberduck.core.AbstractPath.childs(AbstractPath.java:88)
at ch.cyberduck.ui.cocoa.CDBrowserController.setWorkdir(CDBrowserController.java:2941)
at ch.cyberduck.ui.cocoa.CDBrowserController$40.run(CDBrowserController.java:3251)
at ch.cyberduck.ui.cocoa.CDBrowserController$31.run(CDBrowserController.java:2863)
at ch.cyberduck.ui.cocoa.CDWindowController$1.run(CDWindowController.java:133)

@cyberduck
Copy link
Collaborator Author

7f5a545 commented

it seems that my system was the problem, I reinstalled Tiger and everything went fine with the directory listing.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

You must have had an older version of the jakarta-commons-net library in the java classpath than distributed within the Cyberduck application bundle.

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

No branches or pull requests

2 participants