-
I.e. put the sftp client behind `client` feature and server behind `server` feature, so that client-only applications don't need to pull in server code (or have it be optimized away by LTO at the cost…
-
Documenting some fundamental issues of the sftp protocol:
- sftp protocol uses 32KB blocks for data transfer and usually each block has to get acknowledged individually, which slows down transfers …
-
Hello, i want to make a sftp server with client cert auth, current i doing:
```
server = new ftpd.FtpServer(config.ip, {
getInitialCwd: function() { return '/'; },
…
-
I have noticed that several binaries in the dataset are stripped:
e.g.
```
mthumb_executables/clients/gcc_O2/scp
mthumb_executables/clients/gcc_O2/sftp
mthumb_executables/clients/gcc_O2/ssh
mthu…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
_ENV:_
Host:
```
Mac OS X ver. 10.10.5 BuildVersion: 14F1713
Python 2.7.10
paramiko (1.16.0)
```
Remote:
```
CentOS Linux release 7.1.1503 (Core)
Python 2.7.5
```
Create param…
-
### Abstract
I noticed that there is a difference in the behavior of run(), sudo() and put().
It is whether to reconnect in the connection cache or not.
run()/sudo(): reconnect
put(): does NOT…
-
When I am on a server with high latency, it is normal to call upd_content at the beginning. But after a few minutes, ERROR - Disconnected will appear when calling
```
pub async fn create_sftp_sessio…
-
**Describe the feature you'd like to have.**
SFTP is a [supported transfer mechanism](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#sftp) in Restic, but it is not possible to …
-
### 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.4.1
### What version(s) of Python are you…