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

  1. ;Upload control file
  2.  
  3. ;Where Uploads should go. For best security, it's best to use a directory
  4. ;which differs from any download directories.
  5. ULPATH;C:\QCOM\UPLOADS
  6.  
  7. ;Minimum security level permitted to upload files
  8. ULSEC;3 
  9.  
  10. ;upload result strings
  11. XFER_OK; Upload successful.
  12. XFER_NOT_OK;Upload incomplete.
  13.  
  14. ;Prompt for File Name to upload
  15. GET_FILENAME;Upload what file? (ENTER=none) 
  16.  
  17. ;Allow whether uploads can overwrite existing files. YES allows 
  18. ;callers to upload files which already exist.  
  19. OVERWRITE;NO
  20.  
  21. ;What to tell user when file is already on host and overwrite is not permitted.
  22. ;Transfer is simply not allowed when file exists.
  23. NO_OVERWRITE;Sorry, file already exists on Host. 
  24.  
  25. ;What to tell user when file exists and overwrite is permitted. Allows
  26. ;transfer to be aborted.
  27. YES_OVERWRITE;Warning! File already exists on Host.  Continue? (y/N) 
  28.  
  29. ;Prompt caller for protocol to use
  30. ASK_PROTO;ProtoM.HOS|ProtoC.HOS
  31.  
  32. ;Keyword "ACTIVE_PROTOCOL" will be replaced with the protocol name 
  33. ;selected by the user. The use of this keyword is optional.
  34. START_XFER;Begin your upload now using ACTIVE_PROTOCOL.
  35.  
  36. ;this will obtain the file description which will be added to the
  37. ;FILE.LST where the uploaded file resides.
  38. GET_DESCRIPTION;Enter file description : 
  39.