Commented Unassigned: WARNING: no suitable primes in /etc/primes [1973]
On some very strict servers a connect attempt with SSH.NET can lead to a warning of the sshd:"WARNING: no suitable primes in /etc/primes"This is because SSH.NET requests 1024 bits for group-exchange...
View ArticleNew Post: No docs? No test dir? What am I missing?
You're right stating currently there's no artifact containing the tests available directly on the Downloads page. However, you can easily download the full sources of a given release using the...
View ArticleCreated Feature: Add support SSH-2 private keys [1987]
I need to connect using sftp utilizing private key.The key file is created using SSH-2 client.I get "Invalid private key file." error message.I just want to confirm if SSH-2 keys are supported!!if not,...
View ArticleEdited Feature: Add support SSH-2 private keys [1987]
I need to connect using sftp utilizing private key.The key file is created using SSH-2 client.I get "Invalid private key file." error message.I just want to confirm if SSH-2 keys are supported!!if not,...
View ArticleNew Post: SSH-2 private key
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleSource code checked in, #35691
Added support for ssh.com private keys. Fixes issue #1987.
View ArticleEdited Feature: Add support SSH-2 private keys [1987]
I need to connect using sftp utilizing private key.The key file is created using SSH-2 client.I get "Invalid private key file." error message.I just want to confirm if SSH-2 keys are supported!!if not,...
View ArticleClosed Unassigned: download xlsx stream using renci [1880]
while converting to datatable from downloaded stream of xlsx returns encrypted text.Comments: No feedback from submitter.
View ArticleClosed Unassigned: SSHNet and Visual basic- login [1882]
Hello! I work for a company called GGServers, and we sell minecraft hosting. What I'm currently working on, is an application in VB to streamline the process of ssh remote management. What this program...
View ArticleNew Post: Need an example of SFTP with SSH 2.0
DenisAgarev Are you able to figure this out while using SSh.Net ?
View ArticleSource code checked in, #35724
Use SSH_FXP_LSTAT to determine whether a given file or directory exists. Fixes issues #1952, #1696 and #1574.
View ArticleEdited Issue: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.Comments: ** Comment from web user: drieseng ** Duplicate of issue #1952.Fixes in changeset 35724.
View ArticleEdited Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: drieseng **...
View ArticleEdited 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: drieseng ** Fixed in changeset 35724.This fix will be part of the upcoming beta 2 release...
View ArticleSource code checked in, #35725
Document SftpPathNotFoundException for Delete overloads. Fixed a few minor typo's.
View ArticleSource code checked in, #35726
Remove nullOnError argument for RequestFStat and RequestLStat as it was never used.
View ArticleNew Post: About the speed
OK, this release is much better, speed is the same like previous with my modifications. Now it is still slower in comparison with others (WinSCP). Thanks a lot. pq
View ArticleReviewed: 2014.4.6-beta1 (May 05, 2014)
Rated 2 Stars (out of 5) - Some basic SSH functionality contains a few serious defects that need to be addressed to make this library ready for distribution. Otherwise, some decently written code and...
View Article