Examples
========

ListSite - is a program to list all files in a directory.
           The variable outfile$ needs changing to the file
           you want to save the list in and url$ need changing
           to the ftp url of the directory you want to list.

Menu     - shows the various ways to write entries in a user menu

Upload   - is a program to upload the contents of a directory
           into a directory on your web site. local_dir$ needs
           changing to a directory on your disc and 
           remote_dir_url$ needs changing to a url for a 
           directory on your web site

UploadA  - is the same as Upload but used in the middle of
           an application where the user initializes the wimp
           ie its part of a more complex program