rust-ftp
rust-ftp copied to clipboard
FTP client for Rust
Update `chrono` dependency and reduce its features to pass audit. ``` cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 433 security advisories (from /home/balrog/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for...
Cargo audit failed ``` cargo check cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 433 security advisories (from /home/balrog/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (57 crate dependencies) Crate:...
This PR implements the `REST` FTP verb, enabling resume of partially downloaded files. Implements https://github.com/mattnenterprise/rust-ftp/issues/67.
Im not sure if that is the right place but when I run `cargo audit` on the `duckscript` repo I get this error: https://github.com/sagiegurari/duckscript ```bash $ cargo audit Fetching advisory...
Cross compilation of openssl is [virtually impossible](https://users.rust-lang.org/t/cant-cross-compile-project-with-openssl/70922) Whether `native-tls` or `openssl` is used does not change anything as for example cross compiling from Mac to Linux even with `native-tls` enabled...
Hi ## The issue I was having an issue with this crate which said `Unable to detect OpenSSL version`. After some debugging, I found that the problem was with the...
The passed in closure is only called once, so it should be able to be a `FnOnce`, not a `Fn`.
This one is only for ease of use: It would be great if the list function return a Struct containing all of the information in the String. I will do...
Currently the README doesn't show how to enable them. I believe the current version of the README only shows support for turning on secure mode which I believe uses openssl...