More .NET components
-
Rebex FTP/SSL
.NET FTP client
-
Rebex Terminal Emulation
.NET terminal emulation
-
Rebex Total Pack
All Rebex components together
Back to feature list...
SSIS, SQL CLR, PowerShell
As a .NET assembly, Rebex SFTP can be called from various platforms that support .NET technology.
For example:
Using SFTP in SSIS packages
In the SQL Server Integration Services (SSIS) packages you can call Rebex SFTP methods using an SSIS Script Task.
Using SFTP in SQL CLR
Rebex SFTP 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 components from an SQL-CLR procedure.
Using SFTP in PowerShell
Calling Rebex SFTP 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...