using Rebex.Net;

Welcome to using Rebex.Net; Sign in | Help
in Search

Browse by Tags

All Tags » HOWTO
Showing page 1 of 2 (12 total posts)
  • HOWTO: Simulate Ctrl+C programatically in SSH or Telnet

    In some applications written using Rebex SSH Shell or Rebex Telnet that utilize a terminal emulation or virtual terminal, it might be useful to be able to send Ctrl+C sequence programatically. And although this is easy when you know how Ctrl+C actually behaves in Windows, it is definitely not straightforward enough. So this is how you do ...
    Posted to Using Rebex.Net (Weblog) by Lukas Pokorny on August 13, 2009
  • HOWTO: Terminal Color Schemes

    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 terminal, you can define a custom color scheme to assign some colors to different visual styles to ...
    Posted to Using Rebex.Net (Weblog) by Lukas Pokorny on June 16, 2009
  • HOWTO: Transfer compression in SFTP and SSH Shell

    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 take so long to add this to SFTP as well? The problem is that the .NET Framework compression ...
    Posted to Using Rebex.Net (Weblog) by Lukas Pokorny on June 9, 2009
  • HOWTO: Download all files from a remote FTP directory and save them to a local disk

    Quick & dirty (yet a bit naive) directory download code To download all files in a specified remote folder seems to be a trivial task at first. Calling Ftp.GetList(), iterating through the returned collection and caling Ftp.GetFile() on each item looks like a no brainer. It would work in simple cases. However, there are some caveats in this ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on June 2, 2009
  • HOWTO: Solve the “Server certificate was rejected by the verifier” exception

    If you wrote an application using Rebex FTP/SSL or Rebex Secure Mail component and get the “Server certificate was rejected by the verifier because…” error when connecting to a server secured using the TLS/SSL protocol, this HOWTO is just what you need. In order to understand the problem, at least basic understanding of public key certificates is ...
    Posted to Using Rebex.Net (Weblog) by Lukas Pokorny on March 31, 2009
  • HOWTO: Upgrade Rebex DLLs without recompiling

    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, but also by its public key token and version number. This makes it impossible to accidentally ...
    Posted to Using Rebex.Net (Weblog) by Lukas Pokorny on February 2, 2009
  • HOWTO: Configure Network in Windows Mobile / PocketPC Device Emulator

    When Microsoft Visual Studio 2005 or 2008 is installed with .NET Compact Framework support, a part of the installation is a mobile device emulator that is very useful for testing and debugging .NET CF applications. Unfortunately, network access is not enabled in the emulator by default. Configuring it involves installing additional software and ...
    Posted to Using Rebex.Net (Weblog) by Lukas Pokorny on January 28, 2009
  • HOWTO: Registering SFTP and FTP/SSL for use in SSIS package

    The SFTP and FTP/SSL component included in File Transfer Pack was not especially designed to run inside the SSIS (SQL Server Integration Services). However, with little effort both components can be used from inside the SSIS ''script task''. Registering the component for use in IDE for SSIS packages Registering the component for use in normal ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on October 3, 2008
  • HOWTO: Using FTP or SFTP in PowerShell

    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 classes. Let's see how to upload or download files to an FTP or SFTP server from a PowerShell ...
    Posted to Using Rebex.Net (Weblog) by Lukas Matyska on September 25, 2008
  • HOWTO: Send mail on behalf of another user

    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 group where emails are sent by each member on behalf of the whole group. A reply to any ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on December 10, 2007
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems