Quantcast
Channel: SSH.NET Library
Browsing all 2955 articles
Browse latest View live
↧

New Post: ssh.net uploading with progress bar

Thanks Sylwester. This was very helpful.

View Article


New Post: ssh.net uploading with progress bar

Thanks on my behalf as well :p

View Article


Commented Unassigned: Crash while handling SSH_MSG_CHANNEL_CLOSE message [2538]

The application crashed. Crash dump analysis indicate a possible race condition at handling SSH_MSG_CHANNEL_CLOSE message.2014-10-12 01:05:44,805 FATALSystem.NullReferenceException: Object reference...

View Article

Commented Unassigned: An established connection was aborted by the server [2398]

When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drieseng ** I failed to reproduce this issue...

View Article

Commented Unassigned: Crash while handling SSH_MSG_CHANNEL_CLOSE message [2538]

The application crashed. Crash dump analysis indicate a possible race condition at handling SSH_MSG_CHANNEL_CLOSE message.2014-10-12 01:05:44,805 FATALSystem.NullReferenceException: Object reference...

View Article


New Post: ssh.net uploading with progress bar

thanks sly_tm but ... Error 1 Cannot convert lambda expression to type 'bool' because it is not a delegate type C:\Users\abedi98\Documents\Visual Studio 2010\Projects\sftp\Security SFTP...

View Article

Commented Issue: SftpClient ctor throws exception when hostname has _...

The constructor for SftpClient and SshClient class throws an ArgumentException when the hostname has an underscrore character '_' . Using disassembly I can find the issue is the regex _rehost in...

View Article

Created Issue: Path is not always resolved to fully qualified path in...

Just noticed that there are several methods in SftpClient (eg. OpenRead) that do not resolve the specified path to a fully qualified path before passing the path on to other part of SSH.NET.This...

View Article


Edited Issue: Path is not always resolved to fully qualified path in...

Just noticed that there are several methods in SftpClient (eg. OpenRead) that do not resolve the specified path to a fully qualified path before passing the path on to other part of SSH.NET.This...

View Article


Commented Unassigned: Shell Stream incorrect output. [2190]

Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...

View Article

Commented Unassigned: Getting File Not Found on all Upload/Delete/... cmds on...

Downloaded SFTP app [ Renci.SshNet ] from "codeplex" . Cannot get sftp.BeginUploadFile( streamparm, targetfilepath) or sftp.UploadFile ( streamparm, targetfilepath, null ) to work. Keep getting "File...

View Article

Closed Unassigned: lsnrctl: command not found issue [1874]

Hi,I am facing issue while trying to run a command on a remote server using renci.dllThe error is as below bash: lsnrctl: command not found and command used as -lsnrctl status | egrep -i...

View Article

Closed Unassigned: Bash problemusing ssh.net Library [1591]

Hi, here is my code```ssh.Connect(); var cmd = ssh.CreateCommand("ls -all"); var asynch = cmd.BeginExecute(delegate(IAsyncResult ar){ Console.WriteLine(cmd.Result);}, null); var cmd1 =...

View Article


Commented Unassigned: Shell Stream incorrect output. [2190]

Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...

View Article

Edited Issue: Shell Stream incorrect output. [2190]

Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...

View Article


Commented Unassigned: An established connection was aborted by the server [2398]

When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: ashishkapoor2000 ** Hi Please find below stack...

View Article

Source code checked in, #40610

Fix some R# warnings, and modify ReadLine to use use ordinal comparison for IndexOf.

View Article


Source code checked in, #40611

Improve doc.

View Article

Source code checked in, #40614

Modify ShellStream.ReadLine() to take into account multi-byte character. Fixes issue #2190. Modify ShellStream.Write(string) to write nothing when text is null. Added unit tests.

View Article

Edited Issue: ShellStream.ReadLine produces incorrect output when reading...

Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...

View Article
Browsing all 2955 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>