This client software is designed to facilitate communication with remote console-type services, particularly Telnet-based servers operating on UNIX operating systems.
Notably, the SSH transport layer provides a secure low-level transport protocol that guarantees strong encryption, cryptographic host authentication, and integrity protection. Using wodSSH is simple and straightforward; all you have to do is put it on your form, set the protocol type, and issue the "Connect" method. Then, just wait for things to happen.
When in secure mode, wodSSH enables connections to SSH servers, which are now the standard for remote console communication. Notably, this software can automatically determine if a remote server is based on SSH1 or SSH2 protocol versions and communicate accordingly. Also, it provides valuable information about remote server fingerprint to ensure that users always obtain authenticated data.
wodSSH serves as an ideal scripting client. With it, users can easily set it up to connect to a server, execute one or multiple commands, wait for response, and disconnect fully automated. Furthermore, wodSSH supports both blocking and non-blocking operations, making it a versatile solution in ASP and various environments.
Using WaitFor and Execute methods, it behaves just like the expect command known from UNIX systems. The software is very intuitive, and with its unique Prompt property, it can fire an event whenever a remote server sent a command prompt to enter a new command. Thus, by sending a new command once this event is triggered, users can ensure that they always have a fully automated process.
Version 3.1.1:
3.1.1 January 15, 2018
Updated OpenSSL to 1.0.2n
Version 3.0.8:
2.9.9 March 14, 2013
* Fix for accepting newer FIPS libraries
Version 3.0.6:
2.9.9 March 14, 2013
* Fix for accepting newer FIPS libraries
Version 2.9.9:
2.9.9 March 14, 2013
* Fix for accepting newer FIPS libraries
Version 2.9.6:
2.9.6 November 3, 2010
* Fix in Receive method call when provided ByteCount was negative (component returned Out of memory error)
* New properties ErrorText and LastError
Version 2.9.2:
2.9.2 June 2, 2010
* Fixed global-request packet that caused mocana server to timeout
2.9.1 January 20, 2010
* Distribution now contains x86 and x64 binaries
Version 2.9.1:
2.9.1 January 20, 2010
* Distribution now contains x86 and x64 binaries
2.9.0 October 27, 2009
* FIPS 140-2 enabled library can now be specified as external DLL,
through FIPS property.
Version 2.6.3.0:
2.4.1 June 10, 2006
* Fix in key regeneration that occurs usualy after 1GB and causes wodSSH
to close the connection
Version 2.6.2.0:
2.4.1 June 10, 2006
* Fix in key regeneration that occurs usualy after 1GB and causes wodSSH
to close the connection
Version 2.4.1.0: N/A