-
I did open an SSH file system and used it successfully:
```python3
o = fsspec.open("ssh://user@127.0.0.1")
o.fs.listdir("/")
```
Then, I lost the SSH connection because I lost WLAN connectivi…
-
I am trying to get this working and I get:
Send USER
Send PASSWORD
Send SYST
Send Type A
Send PASV
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 re…
-
Hello,
I run the container using :
`
docker run -d --name ftpd_server -p 21:21 -p 30000-30009:30000-30009 -e "ADDED_FLAGS=--tls 0" -e "PUBLICHOST=localhost" -e "FTP_MAX_CLIENTS=50" -e FTP_USER_N…
-
[Enter steps to reproduce:]
1. Opened up Task Board from the Tree (right click menu)
2. Gave me this Error
**Atom**: 1.14.2 ia32
**Electron**: 1.3.13
**OS**: Microsoft Windows 10 Pro
**Thro…
-
At the moment, downloading with both IPv6 and IPv4 doesn't seem to work well, since just the `A` record is used on every interface (which doesn't work for the IPv6 only interfaces).
```bash
laptop…
-
I have a program listening to messages from a Message Broker (Rabbit MQ) and when a message comes in it sends an email.
In the message I have a property with attachment path, which is an ftp site.
I…
Gaz83 updated
2 years ago
-
After #36 I read about FTPS, SFTP and FTP over SSH.
- SFTP is SSH extension and we should ignore it
- FTPS is extension of FTP (https://tools.ietf.org/html/rfc2228)
- FTP over SSH is (as I realized…
-
It appears the readable stream is automatically cleaned up when the library has finished receiving a file. This can be a problem when using .pipe when piped to a slower stream (such a a HTTP response.…
-
It hangs when executing method `fetch` with CurlAsyncHTTPClient. I tried working on CentOS, Python 3.7 ~ 3.9, but the behavior was the same.
However, when i use SimpleAsyncHTTPClient, it works fine…
-
I am trying to implement a the advanced-download-and-upload-abort-restart example for my use and seem to have come across an infinte loop when my first file completes the download:
```python
imp…