New Post: Server string is null or empty
This will be fixed in the next beta. See issues #1935 and #2223.
View ArticleNew Post: ObjectDisposedException Exception on SendKeepAlive()
Hello all I'm using the ssh.net library in a project, which creates quite a lot of SSH connections to a host. For this I am using a pool of open SSH connections and disconnect them after a while if not...
View ArticleNew Post: ASP.NET SSH Client
I'm a ASP.NET developer who has a client that wants a web based SSH client for their intranet. I've never used SSH so I'm this is a new thing for me. Is there a complete ASP.NET web client project...
View ArticleNew Post: Check if Directory exists with SSH.NET
Hi, Is there any estimate to when the release with this changeset will be available? This is quite an important part of the SFTP functionality of this library, the use of other functionalities may...
View ArticleNew Post: File upload failing - need help
I am currently trying to upload a file via sFTP: public bool UploadFile(Settings settings, string localPath) { try { using (var sftp = new SftpClient(settings.Host, settings.Username,...
View ArticleNew Post: File upload failing - need help
The issue was I needed to append the intended file name on the remote directory like so:public bool UploadFile(Settings settings, string localPath, string fileName) { try { using (var sftp = new...
View ArticleNew Post: SCP upload speed
Thanks a lot for input! Input stream is a networked file (100MBit/s, LAN), also, it is a single 30MB file. Unfortunately, cannot make the server available. :)
View ArticleNew Post: SCP upload speed
Can you check whether the upload speed improves a lot when you use a local input file of the same size ? Do you happen to know which SSH server software (and which version) you use ?
View ArticleNew Post: SCP upload speed
There seems to be not a large difference between local copy and copy from network share. Though, since now (because of your questions :) ) I have repeated and looked at the speed as well, it looks like...
View ArticleNew Post: Install error in Windows Server 2008 R2
Hi, When I run: gacutil /I Renci.SshNet.dll I receive an error message:Failure adding assembly to the cache: Attempt to install an assembly without a strong name How can I install this DLL in Windows...
View ArticleNew Post: Install error in Windows Server 2008 R2
I downloaded SshNet .NET 4.0 Binary from https://sshnet.codeplex.com/downloads/get/824117 and it runs Ok
View ArticleNew Post: How do you pronounce "Renci"?
This may sound like a silly question, but how do you actually pronounce "Renci"? Love the library by the way!
View ArticleNew Post: Performance of the PipeStream
Hello, im using this library for some time now. Till now the performance never was important to me. But now i have to execute a command which has a huge amount of result data which simply need to be...
View ArticleNew Post: Performance of the PipeStream
I'm definitely interested as I also noticed some issues with the current implementation. I can't yet promise we'll integrate your implementation, but I surely want to have a look. You can postpone...
View ArticleNew Post: How do you pronounce "Renci"?
I have no clue myself :p I'll ask Oleg when I get a change to talk to him.
View ArticleNew Post: How do you pronounce "Renci"?
It sounds like the Chinese word "仁慈",which means merciful,with the same spelling of renci.
View ArticleNew Post: Eof message
Hello, i try to update the library to the new release. I saw in the new version the eof is only send in the close method of the channel class. Before i was able to send it without closing the channel...
View ArticleNew Post: Enabling Compression
What where the changes needed to enable compression using the Ionic library?
View Article