veeso / suppaftp

a super FTP/FTPS client library for Rust with support for both passive and active mode
Apache License 2.0
112 stars 28 forks source link

[QUESTION] - Is there a plan to support sftp #65

Closed WindSoilder closed 9 months ago

WindSoilder commented 9 months ago

Hi, I'm looking for a ftp library, and find your crate is easily to use! Thanks!

Since it doesn't mentioned about sftp, I think it doesn't support it for now, just wonder is there any plan to support it?

veeso commented 9 months ago

SFTP isn't related to FTP. Please, consider using the SSH2 library instead https://docs.rs/ssh2/latest/ssh2/