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 ArticleSource code checked in, #40805
Remove redundant this qualifiers. Change SubsystemSession._operationTimeout into a read-only OperationTimeout property. FlagsAttribute is used as a bit field, so mark it as such.
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 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 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 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 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 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 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 ArticleSource code checked in, #40819
Channel: * Only send SSH_MSG_CHANNEL_EOF message to remote party when we haven't received a SSH_MSG_CHANNEL_EOF or SSH_MSG_CHANNEL_CLOSE message from the remote party. * Move logic for sending...
View Article