SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.

Results 188 SSH.NET issues
Sort by recently updated
recently updated
newest added

I need to send special combination of CTRL+S in a ssh ShellStream in order to switch to CLI mode in a Siemens Ruggedcom switch. Searching over web I found that...

Hi! When connecting to the sftp server, the method `SftpClient.ConnectAsync` hangs(timeout not working). My configuration: Timeout: 60s OperationTimeout: 10s OS: windows server 2019 SSH.NET version: 2024.0.0 NET version: 8.0 Stack...

We are trying to upload a file in our UWP application and Console applications. Connecting seems to work fine but uploading doesn't. It always creates a 0 byte file. The...

I am from the Azure Logic apps team and we use the library in the SFTP connector there. For one of the users (SFTP server used is in-house system developed...

I have noticed that some methods in `SftpClient` do not have async equivalents, such as `Get`, `CreateDirectory`, `DeleteDirectory` etc. A workaround is to use `Task.Run` but the I/O done can...

I'm getting a lot of SftpPathNotFoundException errors, and the files exist because I can copy them via Powershell SCP and Filezilla ![image](https://user-images.githubusercontent.com/12227024/162497972-c2250167-20ef-4ef7-a3d2-c65cb87cda5f.png) ![image](https://user-images.githubusercontent.com/12227024/162498005-eb105057-da3e-4972-a92f-f171a1caf8d3.png) #### log ```console failed: /var/www/html/teste/marcos/poo/projeto1_antigo_com_tudo/cadCli - C?pia1.php...

### Discussed in https://github.com/sshnet/SSH.NET/discussions/1405 Originally posted by **Karteeka18** May 17, 2024 We have integrated SSH.Net 2024.0.0 from Nuget for Xamarin UWP, Xamarin. IOS and Mono Android. UWP works fine. BUT...

We get an occasional problem when closing a stream. **Message=Client not connected. -> at Renci.SshNet.Session.SendMessage(Message message) at Renci.SshNet.Session.Renci.SshNet.ISession.SendMessage(Message message) at Renci.SshNet.Channels.Channel.SendData(Byte[] data, Int32 offset, Int32 size) at Renci.SshNet.Channels.Channel.SendData(Byte[] data) at...

This is very similar to https://github.com/sshnet/SSH.NET/issues/369 I am using 2024.1.0 version of the library and connecting to an Azure Storage SFTP server. I am trying to upload 50 files in...