New Post: Configure for plain FTP
Hi, Is it possible to configure the SFTP client for plain FTP? My code needs to support both options, so instead of writing two different implementations, it would be very interesting to "turn a switch...
View ArticlePatch Uploaded: #14626
boric has uploaded a patch.Description:Fixes bug where Session.Connect() throws an exception when it doesn't receive the SSH version number in the server reply. Instead, it recognizes the end of the...
View ArticleNew Post: SSH Tunnel / Port Forwarding
where you able to get it to connect, because i'm having the same problem using C#, trying to connect to mysql database after connecting to the server but no success by the way i have the same...
View ArticleNew Post: Code to download SFTP files.
Look in the unit tests and documentation. Here are some links:http://sshnet.codeplex.com/SourceControl/latest#355038https://sshnet.codeplex.com/SourceControl/latest#355191
View ArticleNew Post: Port-Forwardings crashes when unable to ship data
Hi, I discovered a huge problem in the current implementation of the SSH.Net PortForwarding. To show the problem I created following test-program:using System; using System.Collections.Generic; using...
View ArticleNew Post: Port-Forwardings crashes when unable to ship data
I followed the stacktrace to Renci.SshNet.Channels.ChannelDirectTcpip.InternalSocketSend And change it from: partial void InternalSocketSend(byte[] data) { this._socket.Send(data, 0, data.Length,...
View ArticleReopened 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 ArticleReopened 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 ArticleReopened 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 ArticleReopened 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 ArticleReopened 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 ArticleReopened 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 ArticleReopened 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 ArticleReopened 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: Calling SSH from Sharepoint
I've wrapped SSH.Net in a web service so that I can call it from SharePoint. I'm using SSH.Net to make calls from a windows server to a Unix server. On my local laptop the web service is working fine...
View ArticleCreated Unassigned: Incorrect check for timeout vallues [1620]
In ShellStream.cs we see this four times:> if (timeout != null)> {...}Well, _timeout_ is a value type and it will never be "null", meaning in the above expression it wall always evaluate to...
View ArticleEdited Issue: Wrong PKCS7 padding in DES algorithm [1580]
public class PKCS7Padding : CipherPadding{/// <summary>/// Transforms the specified input./// </summary>/// <param name="blockSize">Size of the block.</param>/// <param...
View ArticleSource code checked in, #28764
Fix "OverflowException on empty server response" for silverlight
View ArticleEdited Issue: OverflowException on empty server response [1562]
Hello,I'm trying to connect to OS X Mountain Lion from a Windows Phone 7.5 application using a SFTP client implemented using your library (version 2013.4.7), and upon sftpclient.connect, after a few...
View Article