WeOnlyDo! Product Catalog


Security ActiveX components


Crypt ActiveX component

wodCrypt , version 2.2.5

Price $139.00 / Source code $289.00

wodCrypt ActiveX provides your Windows applications unbreakable encryption, digital signatures and message hash/digest calculation functionality. Its ease of use will allow you to use it almost immediately. The provided Blob object makes it suitable for almost any kind of data conversion.

SSH ActiveX component

wodSSH , version 3.1.6

Price $189.00 / Source code $349.00

wodSSH is a client component that provides support for communication with remote console-type services. Most commonly it will be used for communicating with Telnet based servers (running on UNIX OS), but it also allows you to carry out encrypted (and therefore secure) communications with SSH1 and SSH2 (secure-shell) servers, as well as any other non-encrypted server (such as SMTP or POP3). For those that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection. If you are looking for "VB Expect" behavior (as on UNIX systems) - this is the product for you.

SFTP ActiveX component

wodSFTP , version 3.9.2

Price $199.00 / Source code $359.00

Component that provides implementation of SFTP (secure file transfer on SSH) protocol. Use it to transfer your file securely over encrypted network layer (using SSH2 protocol). SFTP is not just simple "FTP over SSH" wrapper - it is a newer protocol, supported by all SSH2 servers.

SSHServer ActiveX component

wodSSHServer , version 2.6.3

Price $229.00 / Source code $389.00

SSHServer component implements server side of SSH (and SFTP) protocol, as well as old TELNET protocol. It provides strong encryption of data, and authentication of users over insecure networks, such as Internet. wodSSHServer is an ActiveX component that will give you ability to easily add server capabilities to your application. Using it is really easy: Add it to your form (or create instance on the fly), use internal methods to generate pair of keys for the server (or import existing ones from other SSH servers) and start the server. From that moment, clients will be able to connect to your server, and do the following:
  • enter chat that you created for them,
  • start command prompt and execute commands inside (just as they would do it from the console window),
  • start some program of their choice
  • use internally provided SFTP (secure ftp) server, or
  • open port forwarding for other programs

SSHTunnel ActiveX component

wodSSHTunnel , version 1.9.9

Price $199.00 / Source code $359.00

Using wodSSHTunnel you can secure any TCP connection by tunnelling it (also known as port forwarding and remote port forwarding) through an SSH encrypted socket between you and a remote SSH server. It will allow you to create VPNs between you and your company's firewalled networks and also to send data over the Internet in encrypted form. You can create an unlimited number of channels with wodSSHTunnel and accept unlimited connections - it's up to you and your code!

SSHpackage - 4 in 1

wodSSHpackage

Price $609.00 / Source code $1109.00

You need all-in-one solution for your SSH needs? You should decide to go with SSHpackage - you will get our wodSSH, wodSFTP, wodSSHServer and wodSSHTunnel for the special price. You need it with the source code? No problems - it's also included. Our components will help you make complete secure client-server solution with ease.

SFTPdll client API library

wodSFTPdll , version 3.9.2

Price $209.00 / Source code $389.00

wodSFTPdll is a client library that provides an implementation of the SFTP protocol (secure FTP over SSH). Use it to transfer your files securely over an encrypted network layer (using the SSH2 protocol). Unlike the popular ActiveX version of this control, this library is intended for VC programmers that dislike using ActiveX components in their applications. Both are based on the same code.

Security .NET components


SSH.NET component

wodSSH.NET , version 2.9.3

Price $199.00 / Source code $359.00

wodSSH.NET is (Secure Shell Client) component, as well as Telnet and Rlogin component, which handles client-side of these protocols. It's fully implemented in managed C#, and tested on Windows platforms - but has no requirements for windows win32 libraries.

SFTP.NET component

wodSFTP.NET , version 3.7.3

Price $209.00 / Source code $399.00

Just like our best selling product wodSFTP ActiveX, this component implements the client side of the SFTP protocol. It is written in C# and has an MS-like interface to completely integrate into your dotnet applications. It supports file uploading, downloading, deleting, directory creation.... It works in both blocking and non-blocking modes, making it suitable for use in your applications written in ASP, ASPX, VB, VB.NET, C#, etc.

FtpDLX.NET component

wodFtpDLX.NET , version 1.9.6

Price $229.00 / Source code $429.00

FtpDLX.NET component is FTP (or, better to say, file-transfer) client component. Not only it provides old fashion FTP protocol, it allows you also to use secured SFTP (Secure-Shell version 2 subsystem, very popular on UNIX), and FTP+SSL protocols as well. Using different protocols is completelly transparent for usage. You have same interface and different protocol - just by changing one property! It is written in pure .NET in C#, NET 2.0 framework required to run.

WebServer.NET component

wodWebServer.NET , version 1.4.4

Price $229.00 / Source code $389.00

Native .NET component that implements server side of HTTP and HTTPS protocols (HTTPServer). Its main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients (such as Internet Explorer, Mozilla Firefox, Netscape etc..)

General Protocols components


AppUpdate ActiveX component

wodAppUpdate , version 1.5.8

Price $99.00 / Source code $239.00

wodAppUpdate component is used to allow your application quickly and easily update itself with latest version, from information found on any kind of WEB or FTP server that you provide.
This process is 3-steps easy: CHECK, DOWNLOAD, UPDATE!

HttpDLX ActiveX component

wodHttpDLX , version 1.9.5

Price $179.00 / Source code $369.00

wodHttpDLX is a HTTP client ActiveX control that provides easy interface to the HTTP protocol. Its primary purpose is to retrieve documents and other resources from the WEB, being as programmer-friendly as possible. You will find it can be fully automated to get you requested resource, but also can be used by advanced programmers under complete control from your code. Supports Proxies, Basic/NTLM authentications, SSL, uploads.....

FtpDLX ActiveX component

wodFtpDLX , version 3.6.2

Price $219.00 / Source code $439.00

FtpDLX component is FTP (or, better to say, file-transfer) client component. Not only it provides old fashion FTP protocol, it allows you also to use secured SFTP (Secure-Shell version 2 subsystem, very popular on UNIX), and FTP+SSL protocols as well. Using different protocols is completely transparent for usage. You have same interface and different protocol - just by changing one property!
wodFtpDLX also support client certificate authentication if your server allows/requires it. Besides that - it has its own explorer-like window. You can (with no coding at all!) provide your users direct visual interaction with files and directories on the server.

TelnetDLX ActiveX component

wodTelnetDLX , version 2.6.3

Price $199.00 / Source code $429.00

If you need an easy way to connect to telnet based service, wodTelnetDLX is the right product for you. Not only it connects to Telnet server, but also to SSH (both SSH1 and SSH2), SSL, TelnetSSL (both Explicit and Implicit) and Raw servers. So, whether you need encrypted communication or not, it's just a matter of changing one property! wodTelnetDLX has support for client certificate authentication, has it's own terminal window, supports ZMODEM, emulates basic VT100 command set, has its own certificate management component

FTPServer ActiveX component

wodFTPServer , version 3.4.2

Price $239.00 / Source code $399.00

FTPServer ActiveX implements server side of most known file transfer protocols: FTP (insecure), FTP+SSL (both explicit and implicit), and SFTP (sftp subsystem of SSH2 protocol). It provides completelly transparent programming interface for all those protocols, with just one property change.
FTPServer is optimized for maximum performance in file transfers, no matter what protocol is selected. And using it is really easy - our samples will provide you with neccessary steps to create your FTP Server application in few minutes!

WebServer ActiveX component

wodWebServer , version 1.7.2

Price $229.00 / Source code $389.00

ActiveX component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients (such as Internet Explorer, Mozilla Firefox, Netscape etc..)

VPN ActiveX component

wodVPN , version 2.3.2

Price $239.00 / Source code $399.00

wodVPN is VPN peer-to-peer ActiveX component that is used to establish Virtual Private Network between two peers. All P2P communication is encrypted and secured. Peers are able to forward local and remote ports, send messages, etc. TCP and UDP packets can be sent. Peers can be located using free mediator script.

XMPP ActiveX component

wodXMPP , version 1.5.6

Price $209.00 / Source code $389.00

wodXMPP is a client component for XMPP/Jabber (Extensible Messaging and Presence Protocol) protocol. It is used to create messaging clients that are lightweight and need no other 3rd party requirements than wodXMPP.

Mail components


MailServer bundle package

wodMailServer

Price $409.00 / Source code $789.00

Interested in having a MailServer? If you need SMTP, POP3 and IMAP4 capable server, get them packaged together with discount! As a gift, you will get also wodMailbox component, for free!

Mailbox ActiveX component

wodMailbox , version 2.2.6

Price $109.00 / Source code $309.00

...Provides full MIME management over mailboxes, and message parsing. You can easily access mailbox, count messages, examine messages, count parts, save attachments, look at headers, delete messages etc.. When wodMailBox opens mailbox, it expects to find there either regular mailbox just as is used on UNIX systems (one file with full mail messages one after another) or just one message inside, just as Outlook Express saves .eml files...

ImapServer ActiveX component

wodImapServer , version 2.4.6

Price $169.00 / Source code $359.00

The component provides IMAP (IMAP4rev1) capabilities to your application. It will deal with structures and references to folders and messages, and you will provide actual storage for message bodies - it's that simple. Yet - it's powerfull, implemented on RFC2060 specification.

SmtpServer ActiveX component

wodSmtpServer , version 2.6.3

Price $169.00 / Source code $359.00

Component that will provide full relaying SMTP (Simple Mail Transfer Protocol) server implementation to your applications. It fully supports commands defined in RFC2821. Extensible with new commands, light, fast, small, and most important - royalty free.

Pop3Server ActiveX component

wodPop3Server , version 1.6.1

Price $169.00 / Source code $359.00

Component that can be easily integrated into your applications to provide full POP3 protocol server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC1939.

Smtp ActiveX component

wodSmtp , version 1.6.6

Price $99.00 / Source code $259.00

Smtp client component for easy easily send messages using SMTP protocol directly to the server of the recipient. You can create messages from the scratch and set appropriate fields in the message, add attachments, add HTML and Plain parts etc. It also supports several one-line commands to create and send message at once. Now it supports SSL/TLS for secure transport, as well as S/MIME for message signatures and encryption.

Pop3 ActiveX component

wodPop3 , version 1.4.8

Price $99.00 / Source code $259.00

Pop3 client component for easy access to remote mailbox on the server. Set of methods and properties allow you to download headers and full message bodies, save attachments, get HTML and PlainText parts. It supports UNICODE so header fields are readable at all times.