New Post: Hang connecting to MYSQL
John, I just made some improvments and fixes to port forwarding feature and seems to be working better, at leas after I ran this test:using (var ssh = new SshClient(connectionInfo)) {...
View ArticleNew Post: SFTP parallel downloads with one connection - Exception (not...
ok, It seems that correct way would be to remove this._socket.Available == 0 test.Since it's completly legal to either have data or not at a time of checking socket.So can you remove that test and see...
View ArticleNew Post: SFTP parallel downloads with one connection - Exception (not...
But that would make testing of < this._socket.Poll(1, SelectMode.SelectRead) > useless, because it almost always returns <true>.See MSDN for that:...
View ArticleNew Post: Hang connecting to MYSQL
Hi,Sorry, still getting the same issue. Tried moving the return outside of the SSH, Disposing of all the objects but still nothing!!!!!I can connect fine with HeidiSQL and putty? Thanks,John
View ArticleNew Post: SFTP parallel downloads with one connection - Exception (not...
Hmm, yea, true, you right.I guess this method is not as intuitive is its name says,I will look into may be using combination of pooling for read with polling for write.Or actually now when I think...
View ArticleNew Post: Hang connecting to MYSQL
Hmm,then I guess I will have to try to recreate this scenario here and get back to it a little bit later since wont have time for it now :(:(. Do you mind log it as a issue and describe how to...
View ArticleNew Post: Using proxy
Thank you, I will try it the next days (currently ill) and give you feedback. Best regards, Sebastian olegkap <notifications@codeplex.com> schrieb:From: olegkapHi Sebastian,I dont think I used...
View ArticleNew Post: Forwarded port is already added to a different client.
Hello,I have a textbox in a application that I am using for valiadation, by connectiong to my ssh server and using the portforward function of the ssh.net class. Works great to portforward to my mysql...
View ArticleNew Post: Forwarded port is already added to a different client.
Hi, This should happens in an event when you create a port object then add it to a client and after that you add it to different client then I throw this exception.This was to prevent usage of the same...
View ArticleNew Post: Forwarded port is already added to a different client.
Even if I close the client connection after the portforward stops? Public Sub DisconnectSSH() port.stop() client.Disconnect() End SubSorry VB. SO client.close would not be an option...
View ArticleNew Post: Forwarded port is already added to a different client.
Of course I could close the application and reopen it to start the client again, but I want to use the client for one instance(close it) then open a new instance, multiple times (for validation). I...
View ArticleNew Post: Forwarded port is already added to a different client.
Hmm,Then it seems to be a bug.Currently it will work only if you use RemoveForwardedPort.Can you log it as an issue so I will remeber to get back to it as I dont have time right now :(:( Thanks,Oleg
View ArticleCreated Issue: Add the XML documentation to the NuGet package [1477]
Please, can you add the generated xml documentation to the nuget package so we can get the intellisense help working.Thanks
View ArticleNew Post: Sftp uploads empty file
Hello, im working with the library downloaded as a nuget package, building for framework 3.5Most of what i have used works ok, but this simple code:using (var file = File.OpenRead(localFile)) {...
View ArticleNew Post: Delete directory recursive
Hi again, is there a method to recursively delete a directory or should i implement it ?Edit: no big deal this should work ok:///<summary>/// Deletes the directory...
View ArticleNew Post: Sftp uploads empty file
Problem solved, i had a bug that set the SftClient class BufferSize property in 0.Thanks.
View ArticleNew Post: Delete directory recursive
Hi, Sorry, No I currently don't have any recursive operations :(:( Thanks,Oleg
View ArticleCommented Issue: Add the XML documentation to the NuGet package [1477]
Please, can you add the generated xml documentation to the nuget package so we can get the intellisense help working.ThanksComments: ** Comment from web user: olegkap ** Yea, no problem, I will do that...
View Article