Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Cannot connect lftp to IIS FTP with SSL

I have setup lftp on Ubuntu server and I am trying to connect to an IIS FTP. On IIS it …

ubuntu ssl iis sftp lftp
How to set a custom SFTP port with phpseclib

I have to connect to SFTP server by using PHP. I am using phpseclib for that. I found some example …

php sftp phpseclib
Renci ssh.net No connection could be made because the target machine actively refused it

We recently deployed a project into production and are now receiving this error message when we attempt to connect to …

c# asp.net sftp ssh.net
Connect to z/OS Mainframe with SFTP

We have a IBM Host System Z sitting in our cellar. Now the issue is that i have no clue …

sftp zos ebcdic
How to Set Root Directory in Apache Mina Sshd Server in Java

I use Apache Mina Sshd API to start up a local SFTP server in java.In SFTP client i use …

java sftp jsch apache-mina
JSch to add private key from a string

I have the contents of the key pair file for SFTP as a string. I need to use JSch to …

java ssh sftp jsch private-key
How do configure Coda to work for my Amazon EC2 instance?

I can not connect to my EC2 instane. I have opened port 21 in the AWS Console. I think there is …

ftp amazon-ec2 amazon-web-services sftp coda
Using Python's pysftp, how do you verify a host key?

I am using Python 2.7 pysftp package to connect to an SFTP server. import pysftp DOWNLOAD = { "USERNAME": "username", "PASSWORD": "password" } FTP_…

python ssh sftp pysftp
How to show sftp progress

I have script that sftp files . i would like to display a progress bar showing the transfer of the files …

bash sftp zenity
"Expecting / to follow the hostname in URI" exception when password contains @

I am trying to copy local system file to server package classes; import java.io.File; import java.io.FileInputStream; …

java url uri sftp apache-commons-vfs