-
I have written some code that takes:
- user credentials
- a sftp server to connect to
- a filename to process
My code takes all this data, then:
- makes an sftp.Client to the server using the …
-
I'm writing a workstation utility to push files to mobile devices that are connected over cellular networks, and thus have unreliable connections. Paramiko was quite easy to get functional, but I'm r…
-
```
TransportProviderFactory calls bind() with the "host" as a parameter when
attempting to use as a client, resulting in an exception.
java.net.BindException: Cannot assign requested address: bind…
-
```
TransportProviderFactory calls bind() with the "host" as a parameter when
attempting to use as a client, resulting in an exception.
java.net.BindException: Cannot assign requested address: bind…
-
Hi! Thank you for this project, I appreciate your work.
I have a job in js that downloads some files over sftp every night using [ssh2-sftp-client](https://www.npmjs.com/package/ssh2-sftp-client).
…
-
**Describe the solution you'd like**
It's a great idea to have an app with both SSH terminal and SFTP client. The terminal part is very nice while the SFTP part is considered a little weak that mis…
-
### Are you using paramiko as a client or server?
Client
### What feature(s) aren't working right?
Something else
### What version(s) of paramiko are you using?
3.5.0
### What version(s) of Pyth…
-
list返回文件项,具体参数如下
```json
{
"type": "-",
"name": "admin1.pem",
"size": 418,
"modifyTime": 1651807713000,
"accessTime": 1651807715000,
"rights": {
"user": "rw",
"group": …
-
Even though `SFTPFile` methods `read(from offset:length:)` and `readAll()` request specific `length` of bytes to be read, the underlying NIO channel ignores that and seems to discard all data past its…
-
### Current Behavior
Replacing an existing file replaces it without any prompt on Linux file explorers (such as `thunar`, `nautilus`; they have built-in SFTP support, probably using gvfs-sftp).
### …