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

unftp-sbe-fs: fix the format of the LIST command #504

Merged
merged 1 commit into from
May 14, 2024

Conversation

asomers
Copy link
Contributor

@asomers asomers commented May 13, 2024

  • Actually implement Metadata::permissions
  • Correct some cfg expressions, fixing uid, gid, and nlinks

* Actually implement Metadata::permissions
* Correct some cfg expressions, fixing uid, gid, and nlinks
@hannesdejager
Copy link
Collaborator

Did this come about by testing on Windows?

@asomers
Copy link
Contributor Author

asomers commented May 14, 2024

Did this come about by testing on Windows?

No, I only tested on FreeBSD. I noticed when I was trying to change the format for symlinks. I tried to validate the entire line and I noticed that the permissions, uid, and gid were all wrong. Also, nightly Rust warned me that #[cfg(target_os = unix)] wasn't valid.

@hannesdejager hannesdejager merged commit 0c03169 into bolcom:master May 14, 2024
3 checks passed
@hannesdejager
Copy link
Collaborator

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants