Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

ssh_dispatch_run_fatal no matching key exchange method found (on Zend Studio Remote Connection)

I use MacBook OSX as local machine and NoteBook lUbuntu as server on my local network. SSH and SFTP connections …

ssh sftp zend-studio sshd remote-connection
VSFTPD on windows and other issue

I have to build an vsftpd compatible ftp client. I am not sure about which protocol vsftpd follows, sftp or …

ssh ftp sftp vsftpd
Changing directory with absolute path using Renci.SshNet SftpClient results in SftpPathNotFoundException

Im working on a simple WPF application that has the sole purpose of using Renci SSH.net library to get …

c# wpf ssh sftp directory-listing
How to delete a file from a SFTP server programmatically using SharpSSH?

How to delete a file from a SFTP server using Tamir Gal's SharpSSH? I have been able to accomplish other …

c# .net sftp sharpssh
Prevent SFTP/SSH session timeout with paramiko

I'm using paramiko to connect to an SFTP server on which I have to download and process some files. The …

python ssh timeout sftp paramiko
Renci SSH.NET: Is it possible to create a folder containing a subfolder that does not exist

I am currently using Renci SSH.NET to upload files and folders to a Unix Server using SFTP, and creating …

c# recursion ssh sftp ssh.net
Connection failed. Exhausted available authentication methods

I am trying to add deployment configuration using SFTP, however, I get this error: Connectionx.x.x.xfailed. Exhausted available …

ssh ftp sftp ssh-agent rubymine-7
Getting "Command not found" when using pscp command

I am transferring a project folder to AWS instance using PuTTY pscp. I am able to connect using .ppk public …

ssh sftp putty scp pscp
Upload files to SFTP server via PHP (phpseclib)

I have CSVs that I want to upload to the 'incoming' folder in the SFTP server. I am using phpseclib …

php csv ssh sftp phpseclib
sftp fails with 'message too long' error

My java program uses ssh/sftp for transferring files into linux machines (obviously...), and my library for doing so is …

ssh sftp jsch ssh2-sftp