Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Connect to SFTP using PHP and private key

I have read article after article and just cannot find "the solution" that works for what I have. I am …

php sftp libssh2
The server rejected SFTP connection, but it listens for FTP connections

When I use WinSCP in Windows to connect to VMware with Ubuntu, it prompted this: The server rejected SFTP connection, …

sftp winscp
How to transfer a file to ssh server in an ssh-connection made by paramiko?

I am using Python's paramiko packet to keep an ssh-connection with an server : s = paramiko.SSHClient() s.set_missing_host_…

python ssh sftp paramiko
Connect to SFTP with key file using Python pysftp

I need to connect to a SFTP, download the most recent file, then change the file name and load again …

python file sftp pysftp
SFTP upload file Permission denied

I'm trying to upload excel file using SFTP to linux machine from my local windows PC. Here is my code: …

spring spring-boot sftp jsch spring-integration-sftp
SSH.NET - No suitable authentication method found

This is my code using SSH.NET using (var sftp = new SftpClient(host, username, password)) { sftp.Connect(); } It works on …

c# .net ssh ftp sftp
Winscp with SSIS package gives System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)

Installed WinSCP .net using nuget installer. Visual Studio 2013 SSIS BIDS 2012 Project references are correct - pointing to DLL that was …

c# visual-studio-2012 ssis sftp winscp
using .netrc with sftp

I've some existing scripts wherein am using ftp + .netrc. I want to switch to sftp now but it seems it …

ftp macros sftp
Jsch error - failed to send channel request

I am trying to connect to a SFTP remote server using JSCH library version 0.1.49. Every time I run the program …

sftp jsch channel
How to copy a file in C/C++ with libssh and SFTP

I want to copy a file from a client to a remote server, but I don't understand how to do …

c++ c ssh sftp libssh