Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Best Method to SFTP or FTPS Files via SSIS

This question originally asked which is the best method for uploading files via SFTP or FTPS in SSIS. It now …

ssis service integration sftp ftps
What cause the error "Couldn't canonicalise: No such file or directory" in SFTP?

I am trying to use SFTP to upload the entire directory to remote host but I got a error.(I …

sftp
Using JSch ChannelSftp: How to read multiple files with dynamic names?

I have to read a bunch of .CSV files with dynamic file names from a SFTP server. These files get …

sftp jsch
How To Extract SFTP SSH Key From Key Cache in FileZilla FTP Client

I have connected to a server via SFTP using FileZilla and accepted adding the server's SSH key to the key …

ftp sftp filezilla
How to copy entire folder from Amazon EC2 Linux instance to local Linux machine?

I connected to Amazon's linux instance from ssh using private key. I am trying to copy entire folder from that …

linux ssh amazon-ec2 sftp scp
Unable to upload a file SFTP using SSH.NET in C# - Permission Denied

I am trying to upload a file using SFTP protocol using C# using SSH.NET library. Below is the code …

c# upload sftp permission-denied ssh.net
Adobe Brackets SFTP/FTP

I've been scouring the web since I got home from work, and to no avail I've yet to find a …

ftp sftp adobe-brackets
Reliable example of how to use SFTP using public private key authentication with Java

Recently a client of our unexpectedly shifted some important files we collect from an ftp to sftp server. Initially I …

java sftp
Specify password to sftp in a Bash script

I am trying to write a script to back up a file over SFTP. The problem is, it requires a …

bash sftp remote-backup .netrc
SFTP to send file with bash script

I'm using key authentication, so password is not an issue. I have a file whose name I know and I …

file bash send sftp