dani-garcia / rust_async_ftp

Fork of https://crates.io/crates/ftp with tokio async support
Apache License 2.0
21 stars 14 forks source link

Add resume functionality #11

Closed mihaigalos closed 3 years ago

mihaigalos commented 3 years ago

This PR implements the REST FTP verb, enabling resume of partially downloaded files.

mihaigalos commented 3 years ago

Would a static review suffice, since we are essentially just sending the remote endpoint text commands?

dani-garcia commented 3 years ago

Thanks!

mihaigalos commented 3 years ago

No problem. How will the version be bumped to crates.io ? Would like to consume these changes through cargo.

dani-garcia commented 3 years ago

I made a release now with your changes and some other small changes I had pending, as 5.1.0. I've also updated tokio_rustls, which is an API break if you are using the secure feature, released as 6.0.0

mihaigalos commented 3 years ago

Awesome. Thank you.