home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / fn132bin / help / files.hlp < prev    next >
Text File  |  1991-09-04  |  5KB  |  100 lines

  1.    Fnordadel File Transfers
  2.  
  3.    In Fnordadel, information is sent from the BBS to you via .R(ead)
  4. commands, and from you to the BBS via .E(nter) commands.  In this sense, files
  5. are thought of just like messages.
  6.  
  7.    One difference, though, is that files can only be transferred in a directory
  8. room.  A directory room is one that has a "]" or a ":" after its name (as
  9. opposed to ">" and ")", which are for non-directory rooms).  So the first
  10. thing to do is get to a directory room.  If you don't know of one, you can use
  11. the .K(nown) command to find one.  See .K(nown) [?] for options.
  12.  
  13.    What to do next depends on whether you want to upload (enter) or download
  14. (read) a file.  If you want to download, you'll want to see what files are
  15. available.  Type .R(ead) D(irectory) for a list of filenames.  To get
  16. descriptions along with the names, use .R(ead) E(xtended-directory).
  17.  
  18.    Both commands need you to enter a file "template" to select which files to
  19. display.  You may use wildcards (like "*.DOC" or "FOO.*") to list only certain
  20. files, or even an exact file name.  If you don't supply anything, the BBS
  21. assumes you want all files ("*.*") listed.
  22.  
  23.    There are some modifiers with .RD and .RE.  You can use .R+D or .R+E to
  24. display only those files dated after a date you specify, and .R-D or .R-E to
  25. display only files dated prior to a date you specify.  [+] and [-] thus work
  26. the same way for files that they do for messages.
  27.  
  28.    Another modifier that works the same for files is [M]ore.  Using .RMD or
  29. .RME will get you into the "file browser".  The browser displays each file
  30. matching your template, pausing after each one to allow you the option of
  31. executing various commands.  The most useful command allows you to add a file
  32. to a list of files that can be later downloaded via a single transfer command.
  33.  
  34.    If you want to see what is inside an ARC file before you download it, you
  35. can use .R(ead) H(eader).  If your Sysop has configured things, you can also
  36. use this command to view the contents of other archive files, such as LZH and
  37. ZOO files.
  38.  
  39.    To transfer a file, then, the basic format is:
  40.  
  41.    ".R(ead) [protocol] [type]" for downloading, or
  42.    ".E(nter) [protocol] F(ile)" for uploading.
  43.  
  44.    The currently supported protocols are [T]ext, [V]anilla, [X]modem, [W]xmodem,
  45. and [Y]modem.  (Wxmodem may not be available.)  The [type] can be either
  46. [F]ile or [B]atch-files.  Here are some examples:
  47.  
  48.    .R(ead) X(modem) F(ile) FOO.BAR
  49.       will download the file "FOO.BAR" using Xmodem.
  50.  
  51.    .R(ead) Y(modem) B(atch-files) FOO*.LZH
  52.       will download all files like "FOO*.LZH", using Ymodem batch.
  53.  
  54.    .R(ead) T(ext) F(ile) INFO.TXT
  55.       will display the ASCII text file "INFO.TXT" on your screen.
  56.  
  57.    .E(nter) X(modem) F(ile) BAR.BAZ <then you're prompted for a description>
  58.       will upload the file "BAR.BAZ" using Xmodem.
  59.  
  60.    Some explanation of the protocols is necessary:
  61.  
  62.    [X]modem  -- The standard 128-byte packet protocol.
  63.    [Y]modem  -- Xmodem with 1024-byte (1K) packet size.
  64.    [W]xmodem -- Windowed Xmodem.  Quite fast.  May not be available.
  65.    [T]ext    -- Displays the file (presumably text) on your screen, formatted
  66.                 to your screen width (just like messages).
  67.    [V]anilla -- An ASCII transfer with no error checking.  Terminated with 2
  68.                 ASCII CAN (CTRL-X) chars at the end of the file.  If you are
  69.                 uploading a file, you must hit CTRL-X twice at the end of the
  70.                 file to tell the system you're done.
  71.  
  72.    For downloading, you can specify either [F]ile, which transfers just one
  73. file, or [B]atch-files (usable with [X]modem, [Y]modem and [W]xmodem) to
  74. transfer more than one file at once.  If you have marked a batch list using
  75. the file browser, and wish to download the listed files, use the .R<protocol>B
  76. command, and hit a carriage return to indicate the list should be transferred.
  77.  
  78.    Only a Sysop can use [B]atch mode for uploading, because the system doesn't
  79. know in advance what files are going to be sent, and they might overwrite ones
  80. that are already there if they happened to have the same names. 
  81.  
  82.    If you don't specify a protocol when uploading, the system will use your
  83. default protocol as defined in .E(nter) C(onfiguration).  If you don't specify
  84. a protocol when downloading, the system assumes you just want it printed out
  85. without any formatting or whatever.  So,
  86.  
  87.    .R(ead) F(ile)
  88.  
  89. will display a file as-is.  This is best for reading pre-formatted text files,
  90. which the [T]ext modifier might screw up.
  91.  
  92.    As always, typing .R(ead) [?] will display all your Read options, and
  93. .E(nter) [?] will display all your Enter options.
  94.  
  95. %%SEE ALSO:
  96. %CONFIG User configuration options
  97. %ENTER More on the Enter command
  98. %READ More on the Read command
  99. %TOPICS    Main help topics list
  100.