Tips and Tricks


AddOn for SSH and FTP

The Addon will provide functionality to connect via SSH, SFTP and FTP. The code is based on SSH.NET (https://sshnet.codeplex.com/) and on the FTP client library for NET (http://www.codeproject.com/Articles/11991/An-FTP-client-library-for-NET). To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also provided in the examples zip file. More information can […]


Addon for Rumba

Rumba is a terminal emulation solution with UI (User Interface) modernization properties. Rumba allows users to connect to so-called ‘legacy systems’ (typically a mainframe) via desktop, web and mobile. The Addon will provide functionality to control WallData Rumba. It makes use of  the WD_API.  This code can only handle one […]


Addon for Webbrowser

The Addon will provide WebBrowser possibilities.  HTM/HTML files can be handled or Webbrowsing scripting can be included within the IT-Tool script code. This way, fields can be entered or webpage sources can be checked and analysed automatic. To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also […]


Addon for JSON

The Addon will provide functionality to format or to get data from JSON messages. The code is based on JSON.net (http://www.newtonsoft.com/json) and is open source under the MIT license. To use the AddOn, enable it via the settings (ALT-SHIFT-S). Examples are also provided in the examples zip file. If you […]


Addon for Process

The Addon will provide Batch/Command possibilities. BAT/CMD files can be handled or BAT scripting can be included within the IT-Tool script code. Note that not every CMD function is implemented, e.g. Input is not implemented. Since IT-Tool contains enough methods to obtain input, it should in general not be an […]


IT-Tool

IT-Tool is a lightweight tool that can perform actions and, more specifically, assist during testing and troubleshooting. Originally meant as a tool to find information in large log files, it is now expanded with functions and commands to send and receive web requests, handle File I/O, perform calculations and many […]