-
With version 1.13 the unit tests fail with python 2.7.6
[ 29s] ERROR: test_K_utf8 (tests.test_sftp.SFTPTest)
[ 29s] ----------------------------------------------------------------------
[ 29s]…
-
I need to send file from server A thorugh server B to server C. I have created two connections:
```
from fabric2 import Connection
self.jump_connection = Connection(host=self.jump_host_ip,
…
-
### Is this feature for paramiko acting as a client or a server?
Both
### What functionality does this feature request relate to?
SFTP
### For client-side features, does this relate to a specific …
-
For example, accessing the camera folder of the phone takes very long (several minutes) when there are lots of pictures. This often causes a timeout in the client unless the timeout value is extended…
-
```
An error occurred in a subprocess:
Build: 8a83adaa26217c45b541f4e90b535f2fb7d65fce
Traceback (most recent call last):
File "process.py", line 430, in _protected_call
File "sync\torrent_up…
-
I'm try to connect to a SFTP server from an Azure Function and I keep getting a "Session operation has timed out". I'm on version "2016.0.0". I've build a similar function using WinSCP and that works …
-
Trying to setup connection hopping as a way to proxy jump. I'm on Win 11 and using the latest versions of the extension/VScode.
```json
{
"name": "Remote Server",
"protocol": "sftp",
…
-
SFTP connection failed using Net::SFTP client. But it's working with Filezilla and sftp command.
`sftp -i ~/.ssh/private_key.pub -P 16321 -oKexAlgorithms=diffie-hellman-group1-sha1 -c aes128-cbc us…
-
I'm currently trying to use this crate in a small project for the purpose of downloading a file via sftp.
I don't know if I'm missing something, but with my naive implementation, downloading the file…
-
### Are you using paramiko as a client or server?
Client
### What feature(s) aren't working right?
SFTP
### What version(s) of paramiko are you using?
3.3.1
### What version(s) of Python are you…