I am using TestComplete to test a system that does not run on a windows operating system, where activation of events is done by telneting commands (successfully done using TCP/IP-socket), and the response is written to a text-file.
I am already using a batch-file (WScript.Shell() object) to get this file by FTP, but as this is a procedure run multiple times during testing, I am looking for a "cleaner" way to accomplish this through a script to possibly speed up the runtime. Is it possible to retrieve the file without running a batch-file? :)