Products of this category
EDraw Office Viewer Component 5.3.406
EDraw Office Viewer Component acts as an ActiveX document container for hosting Office documents (including Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page.
Active Audio Record Component 2.0.2008.701
Active Audio Record component directly record audio to wav, mp3, wma, ogg, vox, au and aiff format on the fly without temporary files created.Support multiple sound cards and mixer linesSupport WMA speech codec and loseless codec.
HTML Snapshot 2.1.2008.701
HTML Snapshot ActiveX Component can do: Directly save the web page at a given URL into image in bmp, jpeg, tiff, gif or png format. i.e. html to image, html to jpg, html to image, html to tiff, html to gif convert html string, mht to images.

wodSSH 2.6.5

wodSSH 2.6.5
5
Download: Mirror 1
Dialup (56k): 02 m 52 s
ISDN (128k): 01 m 16 s
DSL (512k): 19 s
Cable (1024k): 10 s
T1 (1484k): 07 s

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, of course) with SSH1 and SSH2 (secure-shell) servers, as well as any other non-encrypted server (such as SMTP or POP3).For ones 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.Using wodSSH is easily - just put it on your form, set Protocol type and issue Connect method - and just wait for things to happen.

When in secure mode - you can connect to SSH servers, which are standard today in remote console communication. wodSSH is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server.

wodSSH can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It also supports blocking and non-blocking operations, thus it's suitable for many environments, such as ASP. Using WaitFor and Execute methods, it will behave just like expect command known from UNIX systems.

When you're unsure when to send actual command, wodSSH may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired.

Features include:
- support for both SSH1 and SSH2 protocols
- support for Telnet protocol, with negotiation to telnet options
- windowless, you can use wodSSH in unattended mode
- internal user defined level compression - from 0 (no compression) to 9 (highest compression)
- proxy support
- fast notifications - you can use callback methods instead of slow events
- blocking support (for scripting environments) and asynchronous (state driven) model
- Prompt event - fired when a command prompt is found in received data
- WaitFor and Execute methods - approach similar to UNIX "expect" command
- Password and PrivateKey authentication
- Port forwarding through one channel