home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 129_02 / files.hlp < prev    next >
Text File  |  1985-03-10  |  1KB  |  30 lines

  1.   Citadel allows access to the host file system through special directory
  2. rooms.    A directory room has a square bracket prompt in place of the usual
  3. angle bracket prompt ("Room]" in place of "Room>").  It has all the usual
  4. room commands and facilities, plus a few more which are unique to a
  5. directory room:
  6.  
  7.  To list the files available in the room.
  8.       .Read Directory
  9.  Wildcards may be used.  For example, to list all available
  10. files with extention ".DOC":
  11.       .Read Directory *.DOC
  12.  To type out a text file "ANYFILE.EXT":
  13.       .Read Textfile ANYFILE.EXT
  14.  Wildcards may be used here also.  For example, to type out all
  15. files with extention ".DOC":
  16.       .Read Textfile *.DOC
  17.  
  18.   To recieve binary file PROGRAM.COM using the Ward
  19. Christensen protocol  (supported by Modem2, Modem7, xModem, YAM and other
  20. programs):
  21.       .Read WC Protocol Binary-file PROGRAM.COM
  22.  
  23.   To send a file to Citadel using the Ward Christensen protocol:
  24.       .Enter File
  25.   
  26.   You will note that these options are not available in normal rooms.
  27.     SEE ALSO:
  28.      .Help DOWNLOAD
  29.      .Help UPLOAD
  30. m