wodSSHTunnel component is server-type component that will add secure tunneling (based on SSH protocol) capabilities to your application. Based on your rules and definitions, it will accept local connections, encrypt it and forward to SSH server (where they will be decrypted and sent to destination host). SSH server is required for this component to work - encryption will take place between local computer (running wodSSHTunnel) and SSH server of your choice.
It can work in both sides - it can accept local connections and forward them to the server, or can initiate connections towards local services when notification is received from SSH server for 'remote port forwarding' request - based on your previous request.
Basically, to understand what happens: instead of using direct connections to the server, through insecure internet,you would connect to your SSH server using encrypted connection, and SSH server would connect to services you require. Usually, most of those services will reside on same server as SSH server, or will be in protected network.
Also, not only it will secure connections - but it will also allow you to create VPN to your services.
How does it work?
You setup any number of Channels - these are objects that will keep information about specific port forwarding request. For example, you can create Channel that will listen on local port 80, and forward all requests to SSH server on his port 80. After you Start that channel, you can try to connect using your web browser to http://localhost and you should see web contents as held on SSH server. Cute, isn't it?
After Channel is created and started, it will accept Users. Each channel stores collection of users connected to it.Once new User tries to connect to the channel, you will receive event where you can allow or deny user to use secure channel - once again, it's your decision. If you allow user to connect and use channel, everything is done by wodSSHTunnel, and you don't need to do anything else
wodTelnetDLX 2.3.5
wodTelnetDLX a telnet client component ready to connect to terminal based client wodTelnetDLX is a telnet client component ready to connect to various terminal based clients, most commonly to UNIX telnet daemon. Besides supported Telnet protocol, it also supports secured communication (through encryption) using well known SSH (SSH1 ...
wodSFTP 3.5.5
SFTP Client provides secure file transfer functionality over any reliable data The Secure File Transfer Protocol (SFTP Client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol.
wodSFTP component implements client ...
wodSSHServer 2.0.3
SSH Server ActiveX component ,but also Telnet Server ActiveX as well wodSSHServer is an SSH Server ActiveX component (but also Telnet Server ActiveX as well) that will give you ability to easily add SSH2 (and SFTP) server capabilities to your application, as well as old TELNET server protocol. SSH protocol provides strong ...
wodFTPServer 3.1.2
ActiveX Component that implements server side of following protocols: FTP, FTP/S (FTPS or FTP+SSL) both in explicit and implicit modes, and SFTP (secure ftp subsystem on SSH2 secured channel).
Support for all 3 protocol is transparent for your programming ...
wodSSH 2.6.5
Client component that provides support for communication with remote console-type services.
Most commonly, it will be used for Telnet based servers (running on UNIX OS), but wodSSH does even more: it allows you to communicate encrypted (and secured ...
wodFtpDLX 3.0.4
Secure FTP client ActiveX component that supports FTP, FTPS and SFTP protocol wodFtpDLX is developed as two standalone components:
COM object, that should be used when you want to do all file transfer in the background and is not visible on the form, or GUI ActiveX version that has it's own Explorer-alike window where you can ...
wodImapServer 2.0.3.0
WeOnlyDo! COM ImapServer ActiveX control is component that can be easily integrated into your applications to provide full IMAP4rev1 protocol server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately ...
wodSmtpServer 2.4.1
wodSmtpServer ActiveX component is SMTP server component WeOnlyDo! SmtpServer ActiveX control is a component that can be easily integrated into your applications to provide full non-relaying Smtp (Simple Mail Transfer Protocol) server implementation.
All you need to do is to put it on VB form, call it's ...
wodHttpDLX 1.7.3
HTTP and HTTPS client ActiveX control that provides high and low level access General information
WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents and other resources from the WEB. It ...
Virtual Serial Port ActiveX 6.2
Create custom additional virtual serial port in system and control it. Virtual Serial Port ActiveX Control is an advanced component which enables your application with the ability to create and unlimited number of virtual serial port pairs. Your application will be able to crate, delete and fully control virtual serial ports ...