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

[Feature Request] - Make function `connect_with_stream` public #75

Closed matarms closed 4 months ago

matarms commented 6 months ago

I'm working on an embedded system and more than one connection interface is used, so if I could have access to the connect_with_stream function, I could manipulate things more easily.

Description

Leaving function connect_with_stream public would make it easier to handle more specific connections.

Changes