Commented Unassigned: Session Operation has timed out [2564]
Hi,I've seen a few posts on this and while I've tried some of the fixes suggested in them, none of them seem to be working. This seems to be present regardless of file size, I've tried a 5MB file,...
View ArticleEdited Issue: System.NullReferenceException [2013]
Hi AllI have written a program that only downloads a part of the file using SFTP and adds it to the previously downloaded file. Basically resumes download.Program works perfectly except when I am...
View ArticleCreated Unassigned: ObjectDisposedException Exception on SendKeepAlive() [2572]
HelloIt seems that in certain cases the KeepAlive timer is not stoped on dispose() of the ssh object. See description in the question: [TEXT](https://sshnet.codeplex.com/discussions/571684)The results...
View ArticleCommented Unassigned: ObjectDisposedException Exception on SendKeepAlive()...
HelloIt seems that in certain cases the KeepAlive timer is not stoped on dispose() of the ssh object. See description in the question: [Question in discussion...
View ArticleCommented Unassigned: SendKeepAlive fails: An established connection was...
Seems like library does not handle Socket Exceptions gracefully in all cases. If I set time span value for SendKeepAlive and connection is lost System.Net.Sockets.SocketException exception is thrown....
View ArticleCommented Issue: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: ygorcardoso ** Hi,Is there any estimate to when the release with this changeset will be available?...
View ArticleCommented Issue: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: spidercode ** @ygorcardoso : I think this issue has already been solved in current beta version.
View ArticleCommented Issue: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: ygorcardoso ** @spidercode thank you for your answer, but it was not updated in the [nuget...
View ArticleCommented Unassigned: ObjectDisposedException Exception on SendKeepAlive()...
HelloIt seems that in certain cases the KeepAlive timer is not stoped on dispose() of the ssh object. See description in the question: [Question in discussion...
View ArticleEdited Issue: NullReferenceException when SftpFileStream is finalized after...
Hi AllI have written a program that only downloads a part of the file using SFTP and adds it to the previously downloaded file. Basically resumes download.Program works perfectly except when I am...
View ArticleEdited Issue: BlockCipher.Encrypt fails if input message is not padded [2547]
BlockCipher.Encrypt fails if input message length is not a multiple of BlockSize. The error is "Invalid output buffer".This seems to be due to the following code in EncryptBlock function of BlockCipher...
View ArticleCommented Issue: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleCommented Issue: Server string is null or empty Issue [2223]
can you help me understand why Session.cs is throwing an InvalidOperationException of "Server string is null or empty." when it is attempting to read the response(s) coming back from the connection...
View ArticleCreated Unassigned: Open key file in read-only mode [2573]
In current implementation the key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be sufficient...
View ArticleCommented Unassigned: Open key file in read-only mode [2573]
In current implementation the private SSH key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be...
View ArticleEdited Issue: Dynamic Port Forwarding slows down to a crawl [2010]
When using dynamic port forwarding it starts well but after a couple of minutes of surfing it slows sown and when looking at the connections using netstat -na many are in a waiting state. Used for...
View ArticleCommented Unassigned: Open key file in read-only mode [2573]
In current implementation the private SSH key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be...
View ArticleCommented Issue: ScpClient: 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: ScpClient: 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: Dynamic Port Forwarding slows down to a crawl [2010]
When using dynamic port forwarding it starts well but after a couple of minutes of surfing it slows sown and when looking at the connections using netstat -na many are in a waiting state. Used for...
View Article