Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Is it possible to work on normal (not SFTP) FTP on Renci SSH.NET? - which client to use?

I am using Renci SSH.NET, but trying to test on a FTP (not SFTP site). I did get this …

ftp sftp ssh.net
How do I use sftp on git-ftp client?

I'm trying to use jenkins to automate an sftp upload and replace so that a folder on a sftp server …

git ssh ftp sftp git-ftp
Uploading files using SCP using phpseclib

I need to create 2 functions: one to upload files using SFTP and another using SCP. I'm using phpseclib and the …

php sftp scp phpseclib
SFTP Upload using sshnet library - Handling Connection Issues

Using Renci's sshnet library, I am unable to handle connection issues while uploading a file. If I set a break …

c# .net ssh sftp ssh.net
pysftp AuthenticationException while connecting to server with private key

I am trying to connect to SFTP server. I have a private key along with a password. I have tried …

python ssh sftp paramiko pysftp
Testing FTPS and SFTP through any online server

I am working on a module which provides FTPS and SFTP service. To verify the working of my service, i …

java testing sftp ftps ftp-server
Using connection pool with JSCH

I'm using JSCH for file upload ever sftp. In it's current state each thread opens and closes connection when needed. …

java multithreading connection-pooling sftp jsch
SFTP Progress with SSH.NET

VB2010 with SSH.NET. I've downloaded and implemented the library to do an SFTP download and it works great. I've …

vb.net ssh sftp progress
Private Key File for SFTP in NetBeans

I'm trying to configure Netbeans for automatically upload PHP files to an SFTP server (I have not admin permissions in …

authentication netbeans sftp
phpseclib sftp connect with private key and password

Is there anyway to connect the sftp with both private key and ftp password by using phpseclib or any other …

key sftp phpseclib