mattnenterprise / rust-ftp

FTP client for Rust
Apache License 2.0
182 stars 57 forks source link

Update to version 0.9 of OpenSsl #69

Closed Luxed closed 6 years ago

Luxed commented 7 years ago

Well... It's not working because of the ssl is moved... and I cannot figure out how to do it...

This branch does not have the modifications from the master branch (ftp correction). But right now, neither is working.

Luxed commented 7 years ago

And I feel dumb seeing that someone already tried to do this....

Luxed commented 7 years ago

This solved #63 and #64.

Tests need to be updated to send a SslContext to enter secure mode.

Luxed commented 7 years ago

Issues:

use ftp::openssl::ssl::*;

Does not contain SslContext (for some unknown reason), which seems to be the reason why the build fails.

Luxed commented 7 years ago

No more issues !

I would be happy if the code was reviewed and merged @mattnenterprise. Future work on this library depend on this update.