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

Server: Directories are appearing as files in filezilla #52

Closed
MarkusTieger opened this issue Sep 24, 2024 · 1 comment
Closed

Server: Directories are appearing as files in filezilla #52

MarkusTieger opened this issue Sep 24, 2024 · 1 comment

Comments

@MarkusTieger
Copy link

Directories are appearing as files in filezilla (not tested with other sftp software).

Steps to reproduce:

  • Run the example server (which has two directories: "foo", "bar". FileAttributes::default() is used, which defaults to directories).
  • Connect to the server using filezilla
  • "foo" and "bar" are appearing as files
@AspectUnk
Copy link
Owner

Usually SFTP clients check attributes, but FileZilla for some unknown reason uses longname for this, which in example was not filled in due to lack of need. Anyway, fixed. Thank you!

Eugeny pushed a commit to Eugeny/russh that referenced this issue Sep 29, 2024
The current examples are a bit outdated and have some issues like
AspectUnk/russh-sftp#52 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants