veeso / suppaftp

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

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

Closed WindSoilder closed 11 months ago

WindSoilder commented 11 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 11 months ago

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