-
I have been puzzled by this error while using Renci SSH.NET for my SSIS project. It woks perfectly on machine where ssis is installed. Butwhen deploying to sqlserver machine, I see error "Exception ha…
-
I'm only receiving Timeout-Exception trying to connect to my ftp-server with iOS:
```
var client = new SftpClient("files.qvgps.com", “user”, “password");
client.Connect();
```
```
Renci.SshNet.C…
TomQv updated
2 months ago
-
When I use ForwardedPortRemote in ssh.net ,How can I calculate send or receive datas size
-
While triggering ```Invoke-SSHStreamShellCommand```, I am getting Cannot convert the "Renci.SshNet.ShellStream" value of type "Renci.SshNet.ShellStream" to type "Renci.SshNet.ShellStream". Error on a…
-
Getting a timeout when uploading a file (yet file is tiny). How do I debug this?
at Renci.SshNet.Abstractions.SocketAbstraction.Read(Socket socket, Byte[] buffer, Int32 offset, Int32 size, TimeSpa…
-
Hi,
after latest Windows update and restart, Posh-SSH Open-SSHSession stopped working:
assembly 'Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106' or one of its…
-
Hi,
I've installed (by downloading .zip) and imported the Posh-ssh 2.2 module on Windows 2012 R2 machine.
I'm unable to establish an ssh session. I tried with different devices and of them throw…
-
Since updating to `3.2.4` we often see this error:
> The 'New-SFTPSession' command was found in the module 'Posh-SSH', but the module could not be loaded due to the following error: [Assembly wit…
-
Hi,
i'm trying latest release 2024.1.0 and i think i found an issue with the api, there is a deadlock in the Renci.SshNet.SshCommand.Execute()
![image](https://github.com/user-attachments/assets/…
-
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/162…