Created Unassigned: I have added support for SecureString [2614]
Hi there, I would like to propose a change and add Support for SecureString type passwords. My proposal comes with a solution which you may use it if you like. The change contains 3 new...
View ArticleCommented Feature: Need SftpClient constructors with password as SecureString...
For security reasons it's important to have two more SftpClient constructors (one with port number, one without) where the password is supplied as a SecureString rather than a string.Comments: **...
View ArticleCreated Unassigned: Permission Denied while doing an SFTP with Public Private...
Hi,We have an intermittent issue where the SFTP fails when we use the Public Private key mode of authentication.Below is the code snippet which is used to connect to SFTP.using(Renci.SshNet.SftpClient...
View ArticleCommented Unassigned: Permission Denied while doing an SFTP with Public...
Hi,We have an intermittent issue where the SFTP fails when we use the Public Private key mode of authentication.Below is the code snippet which is used to connect to SFTP.using(Renci.SshNet.SftpClient...
View ArticleCommented Unassigned: Permission Denied while doing an SFTP with Public...
Hi,We have an intermittent issue where the SFTP fails when we use the Public Private key mode of authentication.Below is the code snippet which is used to connect to SFTP.using(Renci.SshNet.SftpClient...
View ArticleCreated Unassigned: StackOverflowException thrown on Connect() [2620]
During a test I wanted to force an exception to be thrown while connecting to my SFTP server.To my surprise the exception took down the whole process when I added an uncerscore ("_") to my password.The...
View ArticleCreated Unassigned: renci.sshnet - Problem with execute su - user [2623]
Hi all, i write this code for connect with a server in SSH with vb2010:Public Class Form1'Create the objects needed to make the connection'Dim connInfo As New...
View ArticleCreated Unassigned: NullReferenceException after unexpected disconnection [2626]
I had an established connection when the client suddenly disconnected. This caused my application to crash with a NullReferenceException.In the image one can see there's two possible scenarios this may...
View ArticleCreated Unassigned: Disconnect hangs for several minutes [2627]
Hi all,when disconnecting the SftpClient it hangs for several minutes.While investigating the issue, I found that the cause of this issue is situated in the SocketDisconnect method in Session.cs.```...
View ArticleCreated Unassigned: Keep alive signaling continues even after disconnection...
I restarted (reboot in Linux) my ssh server which had an established connection with a keep-alive every 10s. Even after the disconnection, the following method was executed every 10s:...
View ArticleCreated Unassigned: SCPClient Issue [2629]
When trying to connect with a SCPClient, I recieve this:"Get-SCPFile : The WriteObject and WriteError methods cannot be called from outside the overrides of theBeginProcessing, ProcessRecord, and...
View ArticleCreated Unassigned: VS debugging crashes with SftpClient.UploadFile [2632]
Hello,I'm trying upload a file in the order of 800 MBs to a SFTP server. Once the statement is executed, for some time my machine waits in response & then it just exits. No breakpoints are hit...
View ArticleCommented Unassigned: ForwardedPortDynamic dns resolving error [1797]
When using ForwardedPortDynamic() if you set your browser to send dns resolving requests to the socks server, SSH.Net will error with "An invalid IP address was specified". If you supply an IP address...
View ArticleCreated Unassigned: ForwardedPortDynamic dns resolving error [2633]
Hello.https://sshnet.codeplex.com/workitem/1797This bug and now are in the library. Please do something with it. Can check for whoer.net
View ArticleCreated Unassigned: Seeking seems to be broken [2640]
Hi there,I'm attempting to update part of a file on a remote server using this library, and I'm experiencing some issues with the SftpFileStream class. It's my impression from reading the code and the...
View ArticleCreated Unassigned: Current code does not compile for .Net 3.5 [2642]
I have been trying to compile the current master branch of the repo for .Net 3.5 with no luck. Anything I may be missing?
View ArticleCommented Unassigned: SCPClient Issue [2629]
When trying to connect with a SCPClient, I recieve this:"Get-SCPFile : The WriteObject and WriteError methods cannot be called from outside the overrides of theBeginProcessing, ProcessRecord, and...
View ArticleCommented Unassigned: SCPClient Issue [2629]
When trying to connect with a SCPClient, I recieve this:"Get-SCPFile : The WriteObject and WriteError methods cannot be called from outside the overrides of theBeginProcessing, ProcessRecord, and...
View ArticleCreated Unassigned: Please update CHM documentation [2646]
Documentation in it's current state is nearly useless.Each method, property, field etc simply has it's name as it's description.I had to learn how to use this library via Google, as well as trial &...
View ArticleCommented Unassigned: Please update CHM documentation [2646]
Documentation in it's current state is nearly useless.Each method, property, field etc simply has it's name as it's description.I had to learn how to use this library via Google, as well as trial &...
View Article