-
```
==> openbsd7: Running provisioner: packages openbsd (shell)...
openbsd7: Running: inline script
openbsd7: https://ftp.usa.openbsd.org/pub/OpenBSD//7.4/packages/amd64/: no such dir
…
-
Is this bug solved by Suppaftp https://github.com/mattnenterprise/rust-ftp/issues/96 ? The library is not maintained so I thought to use Suppaftp
I wrote a simple program with suppaftp to connect t…
-
I'm not sure what the support expectations are here as NetBSD is listed as an untested platform, but here's the output of the tests on NetBSD 8.0.
```
/home/worker/test-rust-libc.sh
in dir /home…
-
Hi @rom1v , first of all, thanks for your great work 👍
my issues, I run FTP server on my PC, while my tablet connected via gnirehtet-rust on that PC I'm able to access the FTP with my tablet using lo…
-
## Description
ftp.ncbi.nih.gov uses active mode. `list` command after login times out.
## Steps to reproduce
```rust
use suppaftp::FtpStream;
fn main() {
let parent_url = "ftp.ncbi.…
-
I tried out unFTP, but found some problems.
When using FileZilla (v3.28.0) to connect to the FTP I get the following error when trying to login.
```
thread 'tokio-runtime-worker' panicked at 'cal…
-
Currently the parser handles http/ftp/ws/wss/ftp/file in a special way without allowing to use the same behaviour for other URI schemes or to configure this in more detail.
For example https://gith…
-
We've recently observed the to_string method returning None with the following warning:
```
[2020-03-04T10:46:59Z WARN env_proxy] could not set URL scheme back to https
```
I think I've trac…
-
Hi!
Your website says: "I don't recognize your platform. Rust runs on Windows, Linux, Mac OS X, FreeBSD and NetBSD."
Not true:
```
mazocomp$ pkg_info rust
Information for https://ftp.openbsd.…
ghost updated
4 years ago
-
When downloading an archive of a Git repo from GitHub using a default `curl` command line invocation with `--time-cond`, the HTTP server responds with `HTTP/1.1 200 OK` where it should have responded …