Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with WinPuTTY #18

Closed
GoogleCodeExporter opened this issue Apr 1, 2015 · 1 comment
Closed

Integration with WinPuTTY #18

GoogleCodeExporter opened this issue Apr 1, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

A lot of problems could possibly be solved by using the WinPuTTY DLL
instead of wrapping around PuTTY itself.  I checked it out last night but
I'm not quite sure how to implement it.

http://www.winputty.com/

Original issue reported on code.google.com by jasonh...@gmail.com on 14 May 2010 at 2:40

@GoogleCodeExporter
Copy link
Author

Using that library would require creating the entire putty interface and using
pinvoke calls to the external winputty library (A lot of work with little 
benefit).
If someone is interested in going that route a better choice would be to use a
managed library such as http://www.tamirgal.com/blog/page/SharpSSH.aspx. The 
same UI
would need to be built for any managed library.

Original comment by jimradford@gmail.com on 15 May 2010 at 11:05

  • Changed state: WontFix
  • Added labels: Type-Other
  • Removed labels: Type-Enhancement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant