Please enable JavaScript to view this site.

ESL Documentation

Included with the Development Tools edition of ESL are 3 sample applications that demonstration the techniques used with WEB Library functions:

HTTPDemo

This application uses the HTTPGet function to retrieve textual data from a web-page. There are controls to set the parameters within the function. The application includes a demonstration of the URLEncode and URLDecode functions. The demonstration includes a pre-defined URL, which can be changed, however this defined URL, allows you to test your connectivity.

FTPdemo

The FTPdemo provides a simple FTP Client, using the FTPFile function, which potentially could be used with any FTP server to transfer files. There are pre-defined parameters, which will download a demonstration file from Esl Syndetic's FTP server.

WEBPIC

This very short sample program demonstrates just how simple it is to download binary data, by using the HTTPGet function to download an image file, then display it.