Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Reading file from SFTP server using Node.js and SSH2

I have a pretty strange problem working with read streams in Node.js. I'm using SSH2 to create a sftp …

javascript node.js buffer sftp readable
Remotely delete a file through SFTP using a C# program

I want to ask how can I remotely delete a file using sftp I have tried using SharpSSH but it …

c# sftp sharpssh
Is "SFTP" and "FTP over SSL" a same thing?

I need to write a program to send some files to an SFTP server. I googled, but found there is …

ssl ftp sftp ftps
How to use apache vfs2 for sftp with public-private-key and without password

Currently I am using apache vfs2 to download files from a sftp. For authentication I use user-name and password. Is …

java sftp public-key-encryption apache-commons-vfs
Uploading to EC2 problems. How do you do FTP?

I have setup a new EC2 instance on AWS and I'm trying to get FTP working to upload my application. …

ftp ssh amazon-ec2 sftp
"Renci.SshNet.Common.SshException: Invalid private key file" when loading SSH private key from configuration string using SSH.NET

I'm trying to send a file to some server using SFTP. During this process I'm getting the exception Renci.SshNet.…

c# .net ssh sftp ssh.net
Using Apache Mina as a Mock/In Memory SFTP Server for Unit Testing

I am having a bit of trouble working out how to use Apache Mina. Their documentation is a bit scant …

java unit-testing sftp
WinSCP .NET library: Connect to SFTP server without specifying SSH host key fingerprint

In the current stable release of WinSCP, it seems that using SshHostKeyFingerprint is mandatory and there are no ways to …

ssh sftp public-key winscp winscp-net
Does SSH.NET accept only OpenSSH format of private key? If not, what are the restrictions?

The manual doesn't indicate such, but some Googling returns pages from the turn of the decade (such as this) suggesting …

c# .net ssh sftp ssh.net
What would be a recommended choice of SSIS component to perform SFTP or FTPS task?

Sometimes normal FTP doesn't quite cut it... When you need to do secure FTP via SSIS packages, which product would …

ssis ftp sftp ftps