HOWTO (Page 3)

HOWTO: Terminal Color Schemes

  |   Lukas Pokorny

Color schemes is one of the features of our terminal emulator control (part of Rebex SSH Shell and Rebex Telnet) that was added few months ago after one of our users requested it. What is it for? If your application communicates with a monochrome ...

HOWTO: Transfer compression in SFTP and SSH Shell

  |   Lukas Pokorny

A feature that is requested very often is integrated transfer compression in Rebex SFTP. This is particularly useful when transferring text files or other highly compressible files, and a similar feature is already included in Rebex FTP. So why does it ...

HOWTO: Upgrade Rebex DLLs without recompiling

  |   Lukas Pokorny

With the first release of .NET Framework, Microsoft also introduced the concept of strongly-named assemblies (DLLs) in order to avoid some problems of what was known as DLL Hell. A strong name means that a DLL is uniquely identified not only by filename, ...

HOWTO: Registering SFTP and FTP/SSL for use in SSIS package

  |   Martin Vobr

 If using SQL Server 2012 Data Tools for Visual Studio 2012, use an updated version of this blogpost.  The SFTP and FTP/SSL component included in File Transfer Pack was not especially designed to run inside the SSIS (SQL Server Integration Services). ...

HOWTO: Using FTP or SFTP in PowerShell

  |   Lukas Matyska

PowerShell - a powerful new scripting language and command shell from Microsoft - has many built-in commands. However, it lacks support for transferring files over FTP, FTP/SSL or SFTP. Luckily, PowerShell is based on .NET and can invoke methods of .NET ...

HOWTO: Send mail on behalf of another user

  |   Martin Vobr

Question Many mail agents including Outlook support sending email from one user on behalf of another one. When you reply to such message, the response is sent to the user on whose behalf the message it was sent. One of the usage scenarios is a support ...