Eugeny / russh

Rust SSH client & server library
https://docs.rs/russh
870 stars 91 forks source link

Why is String being used for Paths? #314

Closed kanpov closed 2 months ago

kanpov commented 2 months ago

And not OsString?

This would be (and is) a problem for paths containing non-UTF-8 characters, which is what &OsStr / OsString are used for

kanpov commented 2 months ago

Gonna reopen on SFTP repo, sorry