Archive for the '.NET Framework' Category

When people think of the Secure Shell (SSH) protocol, interactive terminal sessions and secure file transfers are typically what to come to mind. In addition to these common functions, SSH also supports securely executing a command on a remote host and returning the output of that command back to the local system. The SSH component [...]

The SocketTools 6.0 .NET Edition introduced the new InternetServer class that was designed to simplify the implementation of a TCP/IP server application. With only a few lines of code, you can create the framework for a multi-threaded server that is completely event driven. You only need to create event handlers and then write your server [...]

If you are working with the .NET Framework and need to incorporate file transfer or e-mail functionality in your software, the new File Transfer .NET and Internet Mail .NET components can enable you to add those features quickly and easily, with a minimum of coding and virtually no learning curve. These managed code classes are [...]