home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / citadel / ctdl338a.zip / DOWNLOAD.HLP < prev    next >
Text File  |  1990-01-26  |  3KB  |  81 lines

  1.  File Downloading
  2.  ----------------
  3.    Downloading a file from ^nodetitle is a trifle more difficult, or at least
  4. obscure, than uploading, due to the fact messages is the main focus of
  5. ^variantname.  The generic format is
  6.  
  7.   <.R>ead [protocol specifier] [<B>inaryfile or <T>extfile [<F>ormatted]]
  8.  
  9.    or, in English, .Read possibly followed by a protocol name, followed
  10. by either <B>inaryfile (at which point ^variantname will prompt for one or
  11. more filenames to download) or <T>extfile (in which case, if you didn't
  12. specify a protocol, the system will wait to see if you type <F>ormatted,
  13. causing it to try to Format the file to your screen width; any other response
  14. will be saved for the filename prompt).  Icky?  Well, not really.  Always
  15. use .Read [protocol] Binaryfile unless you know you want to read a text file
  16. formatted to your screen width.
  17.  
  18.    The protocol specifier is optional, but if you don't specify one, it will
  19. default to ASCII.
  20.  
  21.    ^variantname supports the following protocols internally for downloading:
  22.  
  23.       <X>modem, <Y>modem (BATCH mode), and <W>xmodem.
  24.  
  25.    Additionally, ^nodetitle has the following protocols available for download
  26. usage as external drivers:
  27.  
  28.       ^dlprotocols
  29.  
  30.    To use any of these protocols for a download, simply type their letter where
  31. "protocol specifier" was mentioned before.  For example, to download one or
  32. more files to the system using Ymodem, you'd type
  33.  
  34.     <.R>ead <Y>modem <B>inaryfile
  35.  
  36.    The system will prompt for one or more names.  If the file(s) don't exist,
  37. you'll be notified of your blunder.
  38.  
  39.    Some protocols do not allow BATCH downloads (Xmodem, Wxmodem, and perhaps
  40. some of the external protocols), so if you try to specify more than one file
  41. for a download with those protocols, the system will balk and scream.
  42.  
  43.    ^variantname has the capability to limit downloads during sysop-specified
  44. periods of the day, so you may be faced with a rejection if you go over a
  45. limit.  If that happens, the message you get may tell you when you can try
  46. again.  If not, check .Help HOURS, or just call back in a few hours.  Or
  47. leave a note to the sysop.
  48.  
  49.    There are two options in file downloading which you may find useful.
  50. First, you may use multiple file-specs when you are prompted for a file.
  51. For instance,
  52.  
  53.       *.DOC *.TXT
  54.  
  55.    would download all the files with extensions DOC and TXT in the protocol
  56. you specified earlier in this command.
  57.  
  58.    Second, you may use date-specs to specify files, either with or without
  59. file-specs.  See the TOC help file for more on date-specs, but simply typing
  60. in
  61.  
  62.         >
  63.  
  64.    would let you download all files dated since your last login using the
  65. protocol you used.  No, no, don't type that at the room prompt.  You'd type,
  66. for example,
  67.  
  68.       .Read Ymodem Binaryfiles
  69.  
  70.    and then type the ">" at the filename prompt.
  71.  
  72.  
  73.  %TOC How to read a directory listing.
  74.  %UPLOAD Information on uploading to ^nodetitle.
  75.  %PROTOCOL What protocols are available?
  76.  %FILES Summary of file handling.
  77.  %ADVANCED Back to the advanced commands help menu.
  78.  %HELPOPT Get a list of all help files in the system.
  79.  %MAINHELP First level of help system.
  80.  
  81.