Commented Unassigned: Sftp BeginUploadFile is not uploading [1629]
I'm trying to send file asynchronously using sftp client BeginUploadFile.Either using stream or string path.See 1.png and 2.png to see the IAsynResult of the callback function.I'm using it with dotnet...
View ArticleCommented 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 ArticleCommented Issue: High CPU Load when opening a shell session [1555]
When starting a shell session I observe a high CPU load (100% on one core).I use the following code to connect:MemoryStream input = new MemoryStream();MemoryStream output = new...
View ArticleCommented Unassigned: Change Directory Command and Upload, Download [1672]
If I use the "Change Directory" command, to set the current working directory, with the File Exists, Rename, or Delete file operations the commands honor the current working directory and find the file...
View ArticleEdited Issue: SCP : Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleEdited Issue: Unobserved exception rethrown by finalizer thread [1298]
Hi, There is an unhandled System.AggregateException in a worker thread within SSH.NET version 18974 that causes the container application to crash. The exception should be caught and rethrown to the...
View ArticlePatch Declined: #15836
drieseng has declined patch #15836.Comment:I committed another (similar) fix for this issue.
View ArticleCommented Issue: IsConnected returns true when sshd has closed connection or...
Currently, The IsConnection property (on BaseClient) returns true even when:*** the server has shut down the ssh connectionTo reproduce:1. Create a connection (eg using SftpClient)2. Kill sshd process...
View ArticleSource code checked in, #34717
Sign the assemblies for .NET 3.5, .NET 4.0, Silverlight 4 and Silverlight 5.
View ArticleEdited Feature: .Net 4 Binary Not Strongly Named [1802]
The .Net 4.0 binary is not strongly namedComments: ** Comment from web user: drieseng ** In the next release, the assemblies for .NET 3.5, .NET 4.0, Silverlight 4 and Silverlight 5 will be signed.
View ArticleSource code checked in, #34718
Added build script which by default: * cleans the build output * compiles the solution in Release configuration * creates a NuGet package containing our assembly for all supported target frameworks...
View ArticleSource code checked in, #34719
Use the same assembly name across all supported target frameworks.
View ArticleCreated Unassigned: Message type 120 is not valid [1908]
Hello,I got following error in the session connect."Message type 120 is not valid"Renci.SshNet.dll!Renci.SshNet.Session.LoadMessage(byte[] data) Line 1539...
View ArticleCommented Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleCommented Unassigned: System.OutOfMemoryException when trying large files in...
Exception of type 'System.OutOfMemoryException' was thrown.mscorlib at System.IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream.EnsureCapacity(Int32 value) at...
View ArticleCommented Unassigned: Message type 120 is not valid [1908]
Hello,I got following error in the session connect."Message type 120 is not valid"Renci.SshNet.dll!Renci.SshNet.Session.LoadMessage(byte[] data) Line 1539...
View ArticleReviewed: 2013.4.7 (Mar 03, 2014)
Rated 4 Stars (out of 5) - Using it for a almost an year no issues with sftp. Facing performance issue with large files but i think will be able to figure it out a way to fix it.
View ArticleNew Post: Executing grep command
I am using the ssh.net library and I am trying to run the following command: string theCommand=grep <stringToLookFor> <filePathAndName> client.RunCommand(theCommand); The process hangs....
View Article