wodSSH - Version 2.9.1 Client component that provides support forcommunication with remote console-type services. Most commonly, it will be used for Telnet based servers(running on UNIX OS), but wodSSH does even more: itallows you to communicate encrypted (and secured, ofcourse) with SSH1 and SSH2 (secure-shell) servers, aswell as any other non-encrypted server (such as SMTP orPOP3). For ones that don't know - the SSH transport layer is asecure low level transport protocol. It provides strongencryption, cryptographic host authentication, andintegrity protection. Using wodSSH is easily - just put it on your form, setProtocol type and issue Connect method - and just waitfor things to happen.When in secure mode - you can connect to SSH servers,which are standard today in remote consolecommunication. wodSSH is able to automaticallydetermine if remote server is based on SSH1 or SSH2protocol version, and communicate accordingly. It willprovide you with information about remote serverFingerprint, so you can always get authenticatedinformation about remote server.wodSSH can be used as scripting client. Easily, you canset it up to connect to server, execute one or morecommands, wait for response, and just disconnect. Andall of it fully automated. It also supports blockingand non-blocking operations, thus it's suitable formany environments, such as ASP. Using WaitFor andExecute methods, it will behave just like expectcommand known from UNIX systems.When you're unsure when to send actual command, wodSSHmay help also. Using it's unique Prompt property, itcan fire event for you whenever remote server sentcommand prompt to enter new command. All you have to dois send new command once this event is fired.