Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

"No hostkey for host ***** found" when connecting to SFTP server with pysftp using private key

So I am having many issues connecting to a remote server via SFTP. I have tried the normal way like …

python sftp pysftp
SFTP file lock mechanism

How can I make sure that a file uploaded through SFTP (in a Linux base system) stays locked during the …

locking sftp transfer
Does .NET Core 2.0 have SFTP client?

Needing to use an SFTP client and looking to build it in a .NET Core 2.0 application. I was wondering if …

.net .net-core sftp asp.net-core-2.0 .net-core-2.0
Downloading a directory using SSH.NET SFTP in C#

I am using Renci.SSH and C# to connect to my Unix server from a Windows machine. My code works …

c# .net sftp ssh.net
Check if file exist on SFTP remote server

The following code will down the file named file.txt from the SFTP remote server to the local machine. sftp.…

c# sftp sharpssh
ssh tunneling for sftp or GUI

I am trying to use sftp over an ssh tunnel I have a homePC, that can use a gatewayPC as …

user-interface ftp sftp ssh-tunnel nautilus
Received failure with description 'Failure' in while uploading to SFTP server with FileZilla

I faced this issue many times. While uploading or editing any file from FileZilla it its showing error message Error: …

amazon-web-services amazon-ec2 sftp filezilla
Specify file pattern in pysftp get

We can write a simple get like this: import pysftp hostname = "somehost" user = "bob" password = "123456" filename = 'somefile.txt' with pysftp.…

python sftp pysftp
TypeError: expected str, bytes or os.PathLike object, not _io.BytesIO

Trying to upload a file off the internet to my server using ssh. Have the following code that uploads local …

python python-3.x sftp paramiko pysftp
SFTP connectivity DNS issue - System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found

I am trying to connect to ftp via SharpSSH as below: Sftp Connection = new Sftp(ftpAddress, FTPLogin, FTPPasword); Connection.Connect(); …

c# dns sftp sharpssh reverse-dns