-
Error in sftp upload leads to the read banner being shown but I still get shown the survey and get told that the submission has been sent to eLife.
I'm also not told how or whom to contact.
![Sc…
-
Version: 2016.1.0.0
Issue: We have a scenario where we download the file from clients SFTP server and put it in s3 and append something to that and overwrite the existing file in SFTP. While upload…
-
I figured, I have everything necessary to give this a shot, what could possibly go wrong? Maybe it would expose the issue with the `io.Copy` mentioned in #433 ? I’ve jotted down an example of some gen…
-
Hi I used the following the following lines to transfer a file "server_config_data_path" to a server to another server, why the mode(permissions) of the file changed? Thanks.
```
ssh_client = paramik…
-
Can we re-open [this feature request](https://github.com/PowerShell/Win32-OpenSSH/issues/261) from the old `Win32-OpenSSH` repo? It looks like it was closed back in 2017 with the answer "auto complete…
-
There are several files on sftp and the file size varies from 100MB to 2GB. The following code worked on 95% of the files. In most cases, it's an issue downloading large files (>500MB). In some cases…
kkr78 updated
2 years ago
-
### Operating system
Linux Mint 20.3
### Publii version
0.40.2
### Post editor
_No response_
### Bug description
Target server runs on Ubuntu 22.04.1
Ubuntu 22.04 doesn't accept ssh-rsa key …
-
**Describe the bug**
Some files, but not all, fail to upload.
**Desktop (please complete the following information):**
- OS: [e.g. Win 10
- VSCode Version [e.g. 1.85.1]
- Extension Version […
-
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w`
- …
-
I'm trying to SFTP into remote machine using this piece of code
``` python
import paramiko
import logging
logging.basicConfig()
host = 'ftp.xyz.com'
username = 'myusername'
password = 'mypassword'
…