Rebex SSH Shell
SSH shell, tunneling, telnet, ANSI terminal emulation library for .NET
Download 30-day free trial Buy from $699More .NET libraries
-
Rebex SFTP
SFTP client
-
Rebex SSH Pack
SSH Shell + SFTP + SSH server
-
Rebex Total Pack
All Rebex .NET libraries together
Back to feature list...
SSIS, SQL CLR, PowerShell
On this page:
As a collection of .NET assemblies, Rebex Terminal Emulation can be called from various platforms that support .NET technology.
Of course, be aware that in some cases, TerminalControl
might not be usable. Use headless object such as VirtualTerminal
and Scripting
instead.
Using Terminal Emulation in SSIS packages
In the SQL Server Integration Services (SSIS) packages you can call Rebex SSH methods using an SSIS Script Task.
Using Terminal Emulation in SQL CLR
Rebex SSH Shell library can be called from Microsoft SQL Server T-SQL code using so-called "SQL CLR procedures". For step-by-step instructions, please see the blog post about registering and using Rebex libraries from an SQL-CLR procedure.
Using Terminal Emulation in PowerShell
Calling Rebex SSH Shell from a PowerShell script is straightforward. Rebex assemblies can be stored in a file system or in Global Assembly Cache (GAC).
Back to feature list...