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

Failure to list directory on SFTP #1170

Closed
cyberduck opened this issue Jul 17, 2007 · 6 comments
Closed

Failure to list directory on SFTP #1170

cyberduck opened this issue Jul 17, 2007 · 6 comments
Assignees
Labels
bug fixed high priority sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

grantbarrett created the issue

The last two versions of Cyberduck (2.8b1 3178 and the one before that) fail to show directory contents when connecting via SFTP. It does seem to be connecting fine. Specifying the path in the bookmark settings doesn't seem to help, nor does deleting all preferences and bookmarks and starting over. Reverting to the last non-beta version restores full SFTP functionality.

The following from the console logs may be of use:

[Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.sftp.SFTPPath.list(Unknown Source)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.AbstractPath.list(Unknown Source)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.AbstractPath.childs(Unknown Source)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.AbstractPath.childs(Unknown Source)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDBrowserController.setWorkdir(Unknown Source)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDBrowserController$40.run(Unknown Source)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDBrowserController$31.run(Unknown Source)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDWindowController$1.run(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.sftp.SFTPPath.list(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.AbstractPath.list(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.AbstractPath.childs(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.core.AbstractPath.childs(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDBrowserController.setWorkdir(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDBrowserController$40.run(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDBrowserController$31.run(Unknown Source)
97472 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController - ch.cyberduck.ui.cocoa.CDWindowController$1.run(Unknown Source)
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Is it possible to get a temporary account on this SSH server?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Could you please update to the lastest nightly build from http://update.cyberduck.ch/nightly/ and send me the output again. It will have line numbers which makes it easier for me.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Have you tested with a recent nightly build? Please let me know about the status of this issue and post the current output in console.log if any. Thanks.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Need more input on this.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

0 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
java.lang.NullPointerException
2 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.core.sftp.SFTPPath.list(SFTPPath.java:124)
2 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.core.AbstractPath.list(AbstractPath.java:74)
2 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.core.AbstractPath.childs(AbstractPath.java:100)
2 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.core.AbstractPath.childs(AbstractPath.java:88)
2 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.core.Session.mount(Session.java:191)
2 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.ui.cocoa.CDBrowserController$40.run(CDBrowserController.java:3251)
2 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.ui.cocoa.CDBrowserController$31.run(CDBrowserController.java:2863)
3 [Background] ERROR ch.cyberduck.ui.cocoa.CDWindowController  -
ch.cyberduck.ui.cocoa.CDWindowController$1.run(CDWindowController.java:133)


@cyberduck
Copy link
Collaborator Author

@dkocher commented

Should be fixed in 76a373b.

@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 high priority sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants