bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

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

Closed asomers closed 5 months ago

asomers commented 5 months ago
hannesdejager commented 5 months ago

Did this come about by testing on Windows?

asomers commented 5 months ago

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 commented 5 months ago

Thank you!