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

[Feature Request] - Add Send trait to AsyncFtpStream/FtpStream #45

Closed gamife closed 1 year ago

gamife commented 1 year ago

Description

suppaftp = "5.1.1" Expect ImplAsyncFtpStream can impl Send trait. Then we can impl connection pool. https://github.com/veeso/suppaftp/blob/880908176612a500c07d6392cbca1ab6dfad5352/suppaftp/src/async_ftp/mod.rs#L48