-
Hi,
Please……. I have problem with sftp-gcs, when I run it in k8s.
I've got the key for the service account in the json file which was downloaded when creating the key.
The service account has S…
-
I am running on CentOS 7.7.1908, Python 3.6.8-13.el7, and paramiko 2.7.2.
I have this script that attempts to open a file open on a remote server:
```
#!/usr/bin/env python3
import paramiko
…
-
os: rhel7.9
client: gftp with ssh protocol. how to install : yum install gftp
server: proftpd 1.3.8b
configure: default mod_sftp
when download file , say: could not download xxx f…
-
### Are you using paramiko as a client or server?
Server
### What feature(s) aren't working right?
SFTP
### What version(s) of paramiko are you using?
3.4.0
### What version(s) of Python are you…
-
When running the example code, Rust will print "SSH before" but fail to print "SSH after". After a while, I will see a warning about my test "has been running for over 60 seconds". It will continue h…
-
Hello,
I am getting this exception when downloading files from several servers (network switches) at the same time.
How can I increase the timeout?
```
CRITICAL :: 2020-09-13 01:06:21,671 :: 4…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.401.2
OS: Linux - 5.15.0-71-generic
Java: 11.0.19 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
active-dir…
-
Hi,
We use Gaufrette extensively, however, we hit a strange issue since a new client is using GlobalScape SFTP v7.1.8 and they cant upload the file. GlobalScape is a big EFT provider and this is a hi…
-
Hi,
Trying your script generates some errors:
Password:
Traceback (most recent call last):
File "/home/jwittke/anaconda3/lib/python3.6/site-packages/remarkable_fs/documents.py", line 291, in loa…
-
The SFTPClient will deadlock if there are multiple threads issuing SFTP requests through a single client instance it at the same time. I believe this has to do with the request and response functions …