Top "Sharpssh" questions

SharpSSH is a .NET framework library for connecting to and retrieving files from an SSH/SFTP server.

Get current user's credentials object in Powershell without prompting

I have a Powershell script that is going to be run through an automation tool against multiple servers. It works …

powershell credentials remote-access sharpssh
"The requested name is valid, but no data of the requested type was found" when connecting to SFTP with SharpSsh

I have to download some files from a SFTP location. I am using the SharpSsh libraries but I am unable …

c# sftp sharpssh
SSH / SFTP connection issue using Tamir.SharpSsh

This is my code to connect and send a file to a remote SFTP server. public static void SendDocument(string …

c# ssh sftp sharpssh
SFTP SSH.NET DLL instead of SharpSSH

I was seeking for a free DLL for .net to handle SFTP connections. I found out this project SharpSSH, but …

c# .net vb.net sftp sharpssh
How to upload a file to SFTP server using SharpSSH

I want to use SharpSSH to upload a file to a SFTP server. I got SharpSSH.dll, the file to …

c# sftp sharpssh
Upload to FTP server C# using Tamir.SharpSSH

Im able to connect with my sftp server and I'm sure of it because I get the list of files …

c# sftp sharpssh
Use SharpSSH to download a file from a SFTP server?

I am using SharpSSH (http://www.tamirgal.com/blog/page/SharpSSH.aspx) to upload a file to some sftp server. …

c# sharpssh
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
Check if file exist on SFTP remote server

The following code will down the file named file.txt from the SFTP remote server to the local machine. sftp.…

c# sftp sharpssh
SFTP connectivity DNS issue - System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found

I am trying to connect to ftp via SharpSSH as below: Sftp Connection = new Sftp(ftpAddress, FTPLogin, FTPPasword); Connection.Connect(); …

c# dns sftp sharpssh reverse-dns