Another means to differentiate between the trial and full version
is to create a log of communication as described at
http://www.rebex.net/kb/logging/
Then Connect with one of our client classes (Ftp, Imap, Pop3, Scp, Sftp, Smtp, Ssh, Telnet, etc.) and see the log then.
Here is a sample log file from the trial version:
2015-03-26 14:11:28.419 Opening log file.
2015-03-26 14:11:28.420 Using FileLogWriter version 2.0.5555.0.
2015-03-26 14:11:28.443 INFO Ftp(1)[1] Info: Connecting to ftp-server:21 using Ftp 4.0.5555.0 (trial version).
The full version of Rebex components will log only:
Connecting to server:port using Ftp 4.0.5555.0.
whereas the trial version will read:
Connecting to server:port using Ftp 4.0.5555.0 (trial version).