home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / qcom320e.zip / DOWNLOAD.CTL < prev    next >
Text File  |  1995-08-13  |  1KB  |  34 lines

  1. ;Download control file
  2.  
  3. ;download result strings
  4. XFER_OK;Download successful!
  5. XFER_NOT_OK;Download failed.
  6.  
  7. ;File name was listed but caller's download security level is too low.
  8. ;Keyword _FILENAME stores the file name the caller entered.
  9. FILE_NOT_ALLOWED;Sorry, _FILENAME is not available for download. 
  10.  
  11. ;file caller wants is not contained in any FILES.LST file.  
  12. ;Keyword _FILENAME stores the file name the caller entered.
  13. FILE_NOT_LISTED;Sorry, _FILENAME is not found. 
  14.  
  15. ;file caller wants is on a FILES.LST file but is not found in its file area.
  16. ;Keyword _FILENAME stores the file name the caller entered.
  17. FILE_NOT_EXIST;Sorry, _FILENAME is currently offline. 
  18.  
  19. ;Prompt caller for File Name to download
  20. GET_FILENAME;Download what file? (ENTER = None) 
  21.  
  22. ;After filename is obtained from caller, Host will search the current area.
  23. ;For additional security, host does not read actual directories. Instead 
  24. ;it reads the Files.LST file in an area looking for the desired
  25. ;filename. If found, it will check the download security levels and
  26. ;if the caller is permitted, the file transfer will continue.
  27.  
  28. ;Prompt caller for protocol to use
  29. ASK_PROTO;ProtoM.HOS|ProtoC.HOS
  30.  
  31. ;Keyword "ACTIVE_PROTOCOL" will be replaced with the protocol name 
  32. ;selected by the user. The use of this keyword is optional.
  33. START_XFER;Begin your download now using ACTIVE_PROTOCOL. 
  34.