home *** CD-ROM | disk | FTP | other *** search
- ;Download control file
-
- ;download result strings
- XFER_OK;Download successful!
- XFER_NOT_OK;Download failed.
-
- ;File name was listed but caller's download security level is too low.
- ;Keyword _FILENAME stores the file name the caller entered.
- FILE_NOT_ALLOWED;Sorry, _FILENAME is not available for download.
-
- ;file caller wants is not contained in any FILES.LST file.
- ;Keyword _FILENAME stores the file name the caller entered.
- FILE_NOT_LISTED;Sorry, _FILENAME is not found.
-
- ;file caller wants is on a FILES.LST file but is not found in its file area.
- ;Keyword _FILENAME stores the file name the caller entered.
- FILE_NOT_EXIST;Sorry, _FILENAME is currently offline.
-
- ;Prompt caller for File Name to download
- GET_FILENAME;Download what file(s)? (ENTER = None)
-
- ;After filename is obtained from caller, Host will search the current area.
- ;For additional security, host does not read actual directories. Instead
- ;it reads the Files.LST file in an area looking for the desired
- ;filename. If found, it will check the download security levels and
- ;if the caller is permitted, the file transfer will continue.
-
- ;Prompt caller for protocol to use
- ASK_PROTO;ProtoM.HOS|ProtoC.HOS
-
- ;Keyword "ACTIVE_PROTOCOL" will be replaced with the protocol name
- ;selected by the user. The use of this keyword is optional.
- START_XFER;Begin your download now using ACTIVE_PROTOCOL.
-