Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Find new SSH library. #2

Closed
nemec opened this issue Sep 10, 2012 · 1 comment
Closed

Find new SSH library. #2

nemec opened this issue Sep 10, 2012 · 1 comment

Comments

@nemec
Copy link
Owner

nemec commented Sep 10, 2012

The current library used for ssh (SharpSSH) is a poorly ported version of a Java SSH library.

  • Generics are nonexistent ((SftpSession)channel.getSession("sftp") is a big no-no)
  • The library mirrors the Java namespace hierarchy with aliases to native types (using java.lang.String = String)
  • Error messages are indecipherable and use error codes in exceptions to convey information.

It would be nice to find a replacement that can use both SSH and SFTP that has a sane implementation.

@nemec
Copy link
Owner Author

nemec commented Dec 11, 2012

Now using SSH.Net, which is a much, much better alternative to SharpSSH.

@nemec nemec closed this as completed Dec 11, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant