Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Using RCurl with SFTP

I'm attempting to use the ftpUpload in the RCurl package for the first time. The site I'm trying to access …

r sftp rcurl
Howto implement SFTP with Qt/QNetworkAccessManager (C++)

I'm new to Qt and I would like to implement FTP and SFTP support for my software. As I googled …

c++ qt sftp qnetworkaccessmanager
Suppress the use of host key in SFTP or SCP using WinSCP

I am working on an application in which I am downloading files using WinSCP .NET assembly (version 5.5.0.3839) My code to …

c# sftp public-key winscp winscp-net
pysftp -- paramiko SSHException, Bad host key from server

I'm trying to connect to a remote host via pysftp: try: with pysftp.Connection(inventory[0], username='transit', private_key='~/.…

python ssh sftp paramiko pysftp
Ngnix - write: permission denied when transfering files with Filezilla to root directory

I am trying to transfer files with Filezilla to the root directory (/usr/share/nginx/www) of my nginx VPS …

ubuntu nginx sftp vps filezilla
Upload a file-like object with Paramiko?

I have a bunch of code that looks like this: with tempfile.NamedTemporaryFile() as tmpfile: tmpfile.write(fileobj.read()) # fileobj …

python sftp paramiko
using pscp.exe for sftp transfer is very slow compared to filezilla

I have a weird problem. I'm using pscp.exe from within a C# program (with process.start) to upload files …

sftp pscp
C# SFTP No Such File

I'm using the SSH.NET library to connect to a remote SFTP server. I'm trying to use very basic code …

c# curl ftp sftp ssh.net
PHP SFTP/SSH transfer

I posted a question a little while ago but I asked about FTP, which is the wrong question (doh!). I …

php ssh sftp transfer
Ranger file manager - Access remote server?

Is is possible to access remote servers in Ranger (cli) file manager using sftp/fish/... protocols, example: sftp://user@server/…

console sftp remote-access file-management