Security ActiveX
Crypt
SSH
SFTP
SSHServer
SSHTunnel
SSHpackage
SFTPdll

Security .NET
SSH.NET
SFTP.NET
FtpDLX.NET
WebServer.NET

General Protocols
AppUpdate
HttpDLX
FtpDLX
TelnetDLX
FTPServer
WebServer
VPN
XMPP

Mail
MailServer
Mailbox
ImapServer
SmtpServer
Pop3Server
Smtp
Pop3

Free
Beep
DHCPServer
ShellMenu

WeOnlyDo! Product Catalog



Security ActiveX components

    Crypt ActiveX Component, Shortname: wodCrypt, Ref.Code 4882-19, Price $139 / $289
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, Shortname: wodSSH, Ref.Code 4882-0, Price $189 / $349
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, Shortname: wodSFTP, Ref.Code 4882-1, Price $199 / $359
wodSFTP is a client 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 some "FTP over SSH" wrapper - it is newer protocol, supported by all SSH2 servers. Don't give up to your privacy any more! Don't send plaintext passwords using regular old fashion FTP protocol. Don't expose contents of your files! Try SFTP! It's a standard already.

 

    SSHServer ActiveX Component, Shortname: wodSSHServer, Ref.Code 4882-8, Price $229 / $389
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, Shortname: wodSSHTunnel, Ref.Code 4882-14, Price $199 / $359
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, Shortname: wodSSHpackage, Ref.Code 4882-15, Price $609 / $1109
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, Shortname: wodSFTPdll, Ref.Code 4882-11, Price $209 / $389
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, Shortname: wodSSH.NET, Ref.Code 4882-2, Price $199 / $359
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 , Shortname: wodSFTP.NET, Ref.Code 4882-9, Price $209 / $399
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, Shortname: wodFtpDLX.NET, Ref.Code 4882-25, Price $229 / $429
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, Shortname: wodWebServer.NET, Ref.Code 4882-29, Price $229 / $389
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, Shortname: wodAppUpdate, Ref.Code 4882-27, Price $99 / $239
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, Shortname: wodHttpDLX, Ref.Code 4882-16, Price $179 / $369
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, Shortname: wodFtpDLX, Ref.Code 4882-12, Price $219 / $439
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, Shortname: wodTelnetDLX, Ref.Code 4882-10, Price $199 / $429
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, Shortname: wodFTPServer, Ref.Code 4882-17, Price $239 / $399
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 realy easy - our samples will provide you with neccessary steps to create your FTP Server application in few minutes!

 

    WebServer ActiveX Component, Shortname: wodWebServer, Ref.Code 4882-24, Price $229 / $389
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, Shortname: wodVPN, Ref.Code 4882-28, Price $239 / $399
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, Shortname: wodXMPP, Ref.Code 4882-26, Price $209 / $389
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, Shortname: wodMailServer, Ref.Code 4882-4, Price $409 / $789
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, Shortname: wodMailbox, Ref.Code 4882-3, Price $109 / $309
...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, Shortname: wodImapServer, Ref.Code 4882-13, Price $169 / $359
...A component that 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, Shortname: wodSmtpServer, Ref.Code 4882-5, Price $169 / $359
...A 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, Shortname: wodPop3Server, Ref.Code 4882-6, Price $169 / $359
...A 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, Shortname: wodSmtp, Ref.Code 4882-23, Price $99 / $259
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, Shortname: wodPop3, Ref.Code 4882-22, Price $99 / $259
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.

 



Free components

    Beep ActiveX Component, Shortname: wodBeep, Ref.Code 4882-21, Price $0 / $439
Beep ActiveX implements a a generic application protocol for connection-oriented, asynchronous interactions. It permits simultaneous and independent exchanges within the context of a single application user-identity. It supports compression, SSL/TLS, authentication and more! All through either ready-made or your own profiles!
Free for personal and commercial use.

 

    DHCPServer ActiveX Component, Shortname: wodDHCPServer, Ref.Code 4882-18, Price $0 / $279
DHCP server component (Dynamic Host Configuration Protocol). It provides framework for passing configuration information to hosts on TCP/IP network. wodDHCPServer implements protocol specific infrastructure, allowing you to allocate IP addresses from your address pool, and provide it to requesting clients by your rules. Free for personal and commercial use.

 

    ShellMenu component, Shortname: wodShellMenu, Ref.Code 4882-7, Price $0 / $159
...small component that installs itself as ContextMenu handler for your explorer, providing VB applications full control over Explorer user-defined menus. With wodShellMenu you can add context menu to any icon you see - to files, folders, My Computer, Network, Computers, Recycle Bin, even on desktop background and folder background. You define which items are shown and when, removing them on the fly depending where user right-clicks. You can even add pictures, too...
Free for personal and commercial use.

 



If you need a quotation on any of above products, please put the product in the shopping cart and click on 'Do you need a quote on selected products' link below to shopping cart.
 
Copyright © 2001-2013 WeOnlyDo All Rights Reserved
Privacy statement     |     Terms of use     |     Refund policy