rust-ftp
rust-ftp copied to clipboard
FTP client for Rust
Now the user should issue `QUIT` manually and I think that should be automated. I suggest implement `Drop` trait and issue `quit` on drop and probably make the function private.
When I try some general command, e.g. LIST, I got below error: _Err(InvalidResponse("Expected code [227], got response: 550 Unknown error.\r\n"))_ As my FTP server doesn't support PASV mode, so it's...
Please consider updating rust-openssl dependency to ^0.10.0 https://github.com/mattnenterprise/rust-ftp/blob/f0e4717ba721118af1522467368ae7cf3ba3e391/Cargo.toml#L34 since it is causing trouble to systems like Ubuntu 20.04, that uses currently OpenSSL 1.1.1, as it is a known issue of...
I need MLSD command. Are there any plans for implementation?
I have an issue when building a project that use ftp `'Unable to detect OpenSSL version` from [here](https://github.com/sfackler/rust-openssl/issues/987#issuecomment-419246104) you can see that we need to upgrade openssl, I saw that...
This allows for manual connection setup by implementing a `from_tcp` method which constructs a `FtpStream` from a `std::net::TcpStream`.
Trying to use the library (on file who made 80Mo), I get a file with 81677962 bytes which become after the download to a size of 81969152. I have take...
See Title.
Yet another weird error. The put function works, the file gets updated, but it still crashes when it gets out, returning a 426 error code. Edit: after reading a little...
Can we update [dependencies.openssl] to rust-OpenSSL 0.9 ? 0.7 no longer compiles on the latest Fedora / Linux