by thrilleratplay » Thu Jan 13, 2011 11:26 am
The rewrite in .net 4 concerns me. Currently all of the components have a requirement of .net 2 and by default Visual Studio 2008 uses .net 3.5. Version 4 is designed to be used in Visual Studio 2010. Although I am a fan of updating many of the outdated references for new shinny ones, it seems a bit much for force minimal requirements for everyone to have to upgrade.
I stumbled upon this , a SSH/SSH2 and telnet .net library wrapper for Poderosa. I compiled both the control and VB example, it was impressive. the Codeplex is currently down to check the connection types but Terminal Control also has a Cywin connection and VT100 emulation. As far as a PuTTy replacement, this looks like it only lacks rlogin and raw connections. Updating the Poderosa libraries would provide the raw connection and SCP. Add rlogin and SFTP, not only could putty be replaced but also sharpssh.dll,DiffieHellman.dll and Org.Mentalis.Security.dll. Having all of these together in one open source library could aid in features like submitting stored commands and scripts or opening a SFTP/SCP transfer window with the current directory of a SSH connection.
I'll get started on trying to assemble a similar wrapper to Sardaan Frostreaver's but with the up to date Poderosa source and integrate it into mRemoteNG. If I can find c# code to aid in adding rlogin and SFTP protocals without add too much time, I'll add those in too.
Does anyone object to this?
Last edited by
thrilleratplay on Wed Jan 19, 2011 8:15 am, edited 1 time in total.