Quantcast
Channel: SSH.NET Library
Browsing all 2955 articles
Browse latest View live
↧

New Post: Channel sessions not cleaning up (Avoiding Memory Leaks)

I have a test application which makes a single long-lasting connection to a servers (Well, a single connection to each server). This connection is 'maintained' via a function that is called in-between...

View Article


Commented Unassigned: Random NullReferenceException during SFTP disconnect...

Hi,I have a windows service which synchronizes through SFTP with custom specified intervals, it is installed on 3 machines with 3 different operating systems. On one machine an exception occurs...

View Article


Patch Uploaded: #15015

davidwyles has uploaded a patch.Description:Fixes the scp operations that are based upon streams. The changes are similar to the changes made to the scp directory/file operations (from...

View Article

New Post: Strong name

I agree. Especially for use via Nuget

View Article

New Post: Hang connecting to MYSQL

I am experiencing this same issue. The first time I connect to my MYSQL database using a port forward it's fine. On subsequent attempts to connect, my code hangs on: pDBConn.Open() for about 15 or so...

View Article


New Post: Hang connecting to MYSQL

It seems that this works a lot better when I use a shared variable to establish the SSH connection and port forward. Since I'm developing a multi-threaded service with this, it would seem to make sense...

View Article

New Post: silverlight SFTP Connection

i am trying to connect to SFTP using Silverlight and its giving an exception on connect"An attempt was made to access a socket in a way forbidden by its access permissions." { using (var sftp = new...

View Article

New Post: Transfer the File minimum 49,152 bytes using SFTP

I Want to transfer the file using FTP my file size is high can you please provide me a solution for this? When i use your SFTPdll i got Timeout error. Please help on this

View Article


New Post: Exception: User authentication method is not supported (PowerShell)

I've seen a few posts on this exception but i'm not sure how to apply the solutions suggested (KeyboardInteractiveConnectionInfo) in PowerShell I can connect to the Linux server (SuSE, Linux Kernel...

View Article


Commented Issue: SftpClient.UploadFile Truncates Uploaded File [1533]

I'm uploading a file with 7MB size and the file is truncated to 4.5MB more or less.I tried a Flush on the Stream but I always has the error```streamFile = // Load...

View Article

Commented Unassigned: Channel.SendData timeout [1706]

On one particular server, I'm getting timeout exceptions trying to upload. It's sitting there waiting for a SSH_MSG_CHANNEL_WINDOW_ADJUST message from the server, but the server still has like 14KB...

View Article

Created Unassigned: [Proposed Fix] Timeout waiting for KeyExchange with...

I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Some connections were experiencing a timeout during the connection initiation, causing the connection to fail. The...

View Article

Created Unassigned: [Proposed Fix] Random Exception on multi-handle wait [1757]

I use renci.sshnet in a multi-threaded/multi-concurrent-connection environment and was observing randome generic exceptions being thrown during heavy testing.> Using Revision: 28765The problem was...

View Article


Created Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......

I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...

View Article

Created Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......

I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...

View Article


Created Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......

I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...

View Article

Created Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......

I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...

View Article


New Post: Channel sessions not cleaning up (Avoiding Memory Leaks)

See issues 1756 through 1761.[Proposed Fix] Timeout waiting for KeyExchange with multi-threaded connections[Proposed Fix] Random Exception on multi-handle wait[Proposed Fix] Chasing a serious Event...

View Article

New Post: An established connection was aborted by the software in your host...

"An established connection was aborted by the software in your host machine." SSH Server: Min-Hostkey-Length 2048 Bit Max-Hostkey-Length 8192 Bit [SSH] 2013/09/05 14:22:55,882 Received Message 34 on...

View Article

New Post: Asyncronous File Uploads and Downloads with SSH.NET

Can anyone point me to any good WORKING examples of doing asynchronous file uploads and downloads using this library? The documentation is lacking in this regard, and despite finding a few different...

View Article
Browsing all 2955 articles
Browse latest View live