Mensys Online Shop

Total Pack for .NET/.NET CF Source Code - License Program

Categorie:Productiviteit - Gereedschappen Van:Rebex
Meer informatie:www.rebex.net/total-... 

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.

Components included

  • FTP
  • FTP/SSL (FTPS)
  • SFTP
  • Mail
  • Secure Mail
  • Time
  • SSH Shell
  • Telnet

Protocols

  • FTP classic
  • FTPS - FTP over TLS/SSL
  • SFTP - SSH File Transfer Protocol
  • SMTP
  •  » Lees meer...
Total Pack for .NET/.NET CF Source Code - License Program

Selecteer een of meer artikelen en klik dan op Bestellen. Aantallen kunnen op de volgende blz. gewijzigd worden.
 Total Pack for .NET/.NET CF Source Code
Partnr.OmschrijvingEuro *Euro incl. BTW 
REBEXTP04 Total Pack for .NET/.NET CF Source Code - 5 Developer - Perpetual License - Engels (digitale levering)5296.486302.81
REBEXTP02 Total Pack for .NET/.NET CF Source Code - Perpetual License - Engels (digitale levering)2306.052744.20

Alle prijzen zijn in Euro excl. BTW (19%, voor boeken 6%) en excl. verzendkosten.
E-mail of bel 023 548 20 20 voor licenties, upgrades en andere vragen.

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.

Components included

  • FTP
  • FTP/SSL (FTPS)
  • SFTP
  • Mail
  • Secure Mail
  • Time
  • SSH Shell
  • Telnet

Protocols

  • FTP classic
  • FTPS - FTP over TLS/SSL
  • SFTP - SSH File Transfer Protocol
  • SMTP
  • SMTP over TLS/SSL
  • POP3
  • POP3 over TLS/SSL
  • IMAP
  • IMAP over TLS/SSL
  • MIME
  • S/MIME
  • NTP
  • SNTP
  • TLS/SSL
  • SSH with terminal emulation
  • Telnet with terminal emulation

Additional info

  • .NET 2.0, 3.0, 3.5 of all components
  • .NET CF 2.0, 3.5 (Windows Mobile, Windows CE, Pocket PC, PDA and SmartPhones) of FTP, FTP/SSL, Time, SFTP, IMAP/SSL, POP3/SSL, SMTP/SSL and S/MIME
  • C# and VB.NET samples
  • One year of free updates

FTP library for .NET Framework
FTP for .NET is a versatile file-transfer component for .NET languages (such as C# or VB.NET). It allows you to FTP files directly from your application - either synchronously or asynchronously, in active or passive mode, binary or ASCII. All popular FTP and proxy servers are supported.

FTP/SSL Library for .NET Framework
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 FTP/SSL, an extension of FTP which is fast becoming a standard for secure FTP. This protocol is also known as FTPS or FTP over TLS and is defined by RFC 4217. The name Secure FTP is used to refer to this protocol as well, although this can also mean SFTP, which is a different protocol that runs over SSH - we provide an SFTP component as well.

Rebex SFTP for .NET/.NET Compact Framework
Rebex SFTP is a versatile file-transfer component for .NET languages (such as C# or VB.NET) that provides secure file system access over an SSH channel using the SFTP protocol. It makes it easy to transfer files between your application and Unix/Windows SSH servers. All popular SSH/SFTP and proxy servers are supported.

Rebex Mail for .NET
Whenever you need to send mail via SMTP, download it with POP3 or access a remote mailbox using IMAP from your .NET application, Rebex Mail for .NET will provide the required infrastructure. It allows you to retrieve, create, load, process, save and send e-mail messages in MIME format using a simple yet powerful interface, with no need to understand the complexities of MIME format. And for advanced users, there is a powerful low-level MIME library as well.

Rebex Secure Mail for .NET/.NET CF
Whenever you need to send mail via SMTP, download it with POP3 or access a remote mailbox using IMAP from your .NET application, Rebex Secure Mail for .NET will provide the required infrastructure. It allows you to retrieve, create, load, process, save and send e-mail messages in MIME format using a simple yet powerful interface, with no need to understand the complexities of MIME format. And for advanced users, there is a powerful low-level MIME library as well.

Time for .NET - SNTP/NTP client library
Get the exact time from an atomic clock
Time for .NET is a powerful and easy-to-use component for C#, VB.NET and other .NET languages. It implemens the client side of SNTP and NTP protocols that enable your .NET applications to get exact time from public time servers over the Internet. This makes it easy to keep all the computers running your application synchronized with an atomic clock to eliminate problems caused by mismatched system time, or to get the exact time value for your time-critical database entries. Determining the right time has never been easier.

Rebex SSH Shell
Rebex SSH Shell component is an SSH shell and terminal emulation library for .NET languages (such as C# or VB.NET). It makes it easy to execute commands on Unix/Windows SSH servers or add terminal emulation capabilities to your applications. All popular Linux and Windows SSH servers are supported. Most common shells are supported as well.

Rebex Telnet
Rebex Telnet component is a Telnet shell and terminal emulation library for .NET languages (such as C# or VB.NET). It makes it easy to execute commands on Unix/Windows Telnet servers or add terminal emulation capabilities to your applications. All popular Linux and Windows Telnet servers are supported.

What's new in version 1.0.3723.0?

  • Telnet: TelnetTerminalControl.LogWriter property added to make logging easier.
  • Telnet: Fixed a bug that caused Telnet.SetSocketFactory method not to work.
  • Terminal: Instances of Shell class returned from Ssh.StartShell i Prompt mode now refuse to work if the prompt was not set.
  • Terminal: SshShell instances returned by Ssh.StartCommand no longer stop on prompt-like text when ReadAll is called.
  • Terminal: Added TerminalPalette.Sco palette.
  • Terminal: Changed TerminalControl.Save and VirtualTerminal.Save in ANSI mode to not write the final sequence.
  • Terminal: Fixed a bug in "CSI 0 J" escape sequence interpreter that caused the whole line to be cleared (instead of onyl a part of it).
  • Terminal: TerminalOptions.PersistColorsOnSgr added to make it possible to specify whether "CSI 0 m" escape sequence (default rendition) whould reset colors as well.
  • Terminal: TerminalScreen.GetRegion and TerminalScreen.GetRegionText methods added to make it easily possible to retrieve a part of the screen content.
  • Terminal: Block selection mode added (accessible through TerminalControl.SelectionMode property or using the Ctrl key).
  • Terminal: Added TerminalControl.MousePasteEnabled to make it possible to disable automated paste on right mouse button click.
  • Terminal: Terminal emulator now supports CSI 10, CSI 11 and CSI 12 escape sequences.
  • Terminal: Added SendToserver(byte[]) method to TerminalControl and VirtualTerminal classes.
  • Terminal: Added experimental support for Wyse 60 terminals.
  • Terminal: Fixed a bug that occasionally caused InvalidOperationException to ve thrown on disconnected channels.
  • Terminal: Added support for CFT and CBT escape sequences to terminal emulator.
  • Terminal: New overload of TerminalScreen.Clear method added to make it possible to clear the history buffer as well.
  • Terminal: Redefined background color in custom color scheme mode is now applied to all parts of the terminal screen.
  • ProxySocket: The underscore character is now allowed in hostnames (this is non-standard, but used by Windows).
  • ProxySocket: FileLogWriter is capable of logging into a single file from multiple applications now.
  • ProxySocket: ProxySocket.Send behavior changed to always send all the data or fail.