Rebex

Skip to content, Skip to navigation



File Transfer Pack

.NET and .NET CF component pack for transferring files over the Internet: FTP, FTP over TLS/SSL, SFTP (SSH Secure File Transfer Protocol).

Total Pack

All .NET/.NET CF components from Rebex in one pack: SFTP, FTP, FTPS, IMAP, POP3, SMTP, NTP, SNTP, Time, Mail, SSH Shell and Telnet with terminal emulation.

File Transfer Pack

.NET and .NET CF component pack for transferring files over the Internet: FTP, FTP over TLS/SSL, SFTP (SSH Secure File Transfer Protocol).

FTP/SSL for .NET/.NET CF

FTP/SSL for .NET is a versatile file-transfer component for .NET languages (such as C# or VB.NET). It allows you to transfer files directly from your application using FTPS, an extension of FTP which is fast becoming a standard for secure FTP. This protocol is also known as FTP over SSL or FTP over TLS.

SFTP for .NET/.NET CF

Provides secure file system access over a secure SSH channel using the SFTP protocol. Makes it easy to transfer files between your application and Unix/Windows SSH servers.

FTP for .NET/.NET CF

Add FTP client functionality to your application. FTP for .NET component supports all the popular FTP servers and proxy servers, includes extensible directory parsing, both synchronous and asynchronous operations, active and passive mode. Samples in VB.NET and C#.

Secure Mail for .NET

SMTP over SSL, IMAP over SSL, POP3 over SSL, S/MIME - all you need for sending, receiving and processing emails from .NET framework application along with mail signing, encrypting and signature verification.

Mail for .NET

SMTP, IMAP, MIME, POP3 - all you need for sending, receiving and processing emails from .NET framework application.

Time for .NET/.NET CF

SNTP and NTP protocols enable your program to get the exact time from public time servers over the Internet. Keep all computers in your multi-tier application synchronized with atomic clock to get rid of problems with different local time.

Rebex SSH Shell

SSH Shell with terminal emulation. Makes it easy to execute commands on Unix/Windows SSH servers or add terminal emulation capabilities to your applications.

Rebex SSH Pack

All .NET SSH components from Rebex in one pack: SFTP, SSH Shell with terminal emulation and SSH low-level core library.

Rebex Telnet for .NET

Telnet with terminal emulation. Makes it easy to execute commands on Unix/Windows telnet servers or add terminal emulation capabilities to your applications.


Submit an Idea

RSS News 


HOWTO: Terminal Color Schemes

[ 2009-06-16 ]

Color schemes is one of the features of our terminal emulator control that was added few months ago...(read more)

HOWTO: Transfer compression in SFTP and SSH Shell

[ 2009-06-09 ]

Since build 3428, it is possible to enable ZLIB compression in Rebex SFTP and Rebex SSH Shell using ZlibStream for .NET...(read more)

HOWTO: Download all files from a remote FTP directory and save them to a local disk

[ 2009-06-02 ]

Shows how to download files from a remote FTP server. Demonstrates how to handle files which already exist on the target disk, how to work with symlinks and hardlinks. Shows how to let the user choose what to do when a transfer problem is detected....(read more)