"Internet Tools and utilities developed by Digitive InfoLabs aids to the process of internet application development and provides advanced network functionalities."
I n t e r n e t T o o l s
CScript, a server side script handler, extends the Web server functionality by processing embedded Shell (Unix Shell) and Awk (awk) script within the HTML file to provide dynamic content to the internet clients.
iHttpd is a miniature web server with in-built CScript processing capabilities and acts as a basic Web server (HTTP server) and provides advanced dynamic content with scripting support.
U t i l i t i e s
GetUrl is an utility to read a remote file on the internet using GET method of the HTTP protocol.
Post is similar to geturl but it uses the POST method of the HTTP protocol and posts a file to the webserver and reads back response. This utility is very useful for Online EDI file posting to get back immediate response and can be used to automate the complete process of Electronic Data Interchange.
Usage:
geturl [url] [server] [port]Usage:
post [url] [server] [file] [port]
D o w n l o a d s
cscript : CScript Handler for SCO Unix V5.0
-- Version 1.01, (61 KB)ihttpd : A miniature Http Server with in-built CScript processing capabilities for SCO Unix V5.0
-- Version 1.01, (95 KB)geturl : A SCO Unix utility to get internet URL using Http protocol
-- Version 1.01, (97 KB)post : A SCO Unix utility to post a file to internet URL using Http protocol
-- Version 1.01, (77 KB)