New Post: SftpClient.Exists and SftpClient.DownloadFile CREATE a file on...
I managed to get it to work last night. In my case, for some reason, when using the pre-compiled .dll downloaded from here, it wasn't working. I ended up removing the reference to the DLL and...
View ArticleNew Post: Zlib compression support
Will SSH.NET support Zlib compression anytime soon? A SFTP server that I connect to require Zlib compression and SSH.NET gives error "Compression algorithm not found." Is there a way for client to tell...
View ArticleNew Post: Strong name
I also want to use the assembly referenced from an assembly that is signed. I'd like to put in a request for you to sign the released assemblies. It allows people like us to download the binary as is...
View ArticleClosed Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleClosed Issue: Process terminated due to unhandled exception in Finalize /...
__My application encountered the following unhandled exception that caused the process to exit:__Framework Version: v4.0.30319Description: The process was terminated due to an unhandled...
View ArticleClosed Issue: SCP Can't Upload Rooted Directories [1511]
As per the discussion [here](http://sshnet.codeplex.com/discussions/284021), SCP doesn't currently work when uploading rooted folders.
View ArticleClosed Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleClosed Issue: Dispose() should not leave running threads behind! [1436]
Hi. I have found a really hard to find bug that is very consistently repeatable. Before getting into the details, I think it should be noted that this issue will be resolved if the...
View ArticleClosed 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 ArticleClosed Feature: File Transfer Progress [1324]
** Added Issue as status PROPOSED type FEATURE **This is a discussion thread. Is there any interest in including a way to expose current transfer progress to an application? For example, imagine a user...
View ArticleClosed 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 ArticleNew Post: Zlib compression support
I followed the last comment mentioned in Issue 219, and I am able to get zlib compression working. Thanks olegkap! By the way, in addition to uncommenting lines in Zlibstream.cs, I also have to update...
View ArticleCommented Issue: Exception thrown on disconnect [1561]
If SshClient.Disconnect() is called just after the connected server is no longer available an exception occurs. Looks like there is a race condition on calling Disconnect. Checks are made for a...
View ArticleCommented Issue: Unhandled exception during SftpClient Dispose [1581]
We are facing an unhandled exception during Dispose of the SftpClient. 2013-05-13 12:54:22,711 [2] FATAL - AppDomain.UnhandledExceptionRenci.SshNet.Common.SshConnectionException: Client not connected....
View ArticleNew Post: ExpectAction Problem
Is it correct to assume that only two "choice" can be used in an ExpectAction? I'm trying to issue a traceroute command on a cisco router without the host specified. This causes the CLI to ask for...
View ArticleCommented Issue: Exception thrown on disconnect [1561]
If SshClient.Disconnect() is called just after the connected server is no longer available an exception occurs. Looks like there is a race condition on calling Disconnect. Checks are made for a...
View ArticleNew Post: Odd reoccurring exception
Apologies for digging up an old thread, but I'm getting a similar issue.. but only when running on 64-bit (havent seen it on 32-bit OS so far). It's 100% reproducible on 64-bit, so hopefully we can...
View ArticleCreated Unassigned: Infinite loop in SocketReadLine Method [1582]
First of all you are doing a great job, Thank's for that. Where was an infinite loop ,do {..} while {.. buffer[buffer.Count - 1] == 0x0A ...} condition wasn't true, and a i get exception...
View ArticleNew Post: Pageant integration?
I tried to create a 64bit build of my application with SshNet+Pageant, but could only get the Pageant API to work when building as a 32 bit application. Not knowing the details of the Pageant protocol,...
View ArticleNew Post: ExpectAction Problem
Never mind, I found the issue that had been plaguing me. The root cause of my problem was that I didn't realize that WriteLine was sending "\r\n". Cisco routers don't line the linefeed. This had worked...
View Article