home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / fn132bin / man / citfs.man < prev    next >
Text File  |  1991-09-05  |  2KB  |  67 lines

  1.  
  2.  
  3. CITFS(1)             FNORDADEL BBS SOFTWARE              CITFS(1)
  4.  
  5. NAME
  6.      citfs.tos - spool Fnordadel sendfiles and file requests
  7.  
  8. SYNOPSIS
  9.      citfs -s <system> <file1> ... [fileN]
  10.      citfs -r <system> <room> <targetdir> <file1> ... [fileN]
  11.  
  12. DESCRIPTION
  13.      Citfs allows you to queue up network file sends and requests
  14.      without having to bring up Fnordadel.  It takes all needed
  15.      parameters from the command line, so it can be used in non-
  16.      interactive situations like from a batch file or whatever.
  17.  
  18.      Citfs expects to be run from the directory containing
  19.      ctdltabl.sys.
  20.  
  21. OPTIONS
  22.      -s   Do a sendfile.
  23.  
  24.      -r   Do a file request.
  25.  
  26.      <system>
  27.           The nodename of the system in question.  If the
  28.           nodename has space characters in it, substitute '_'
  29.           (underscore) characters for the spaces.
  30.  
  31.      <room>
  32.           This option is used only with a file request.  It
  33.           specfies the name of the room on the other system from
  34.           which to request files.
  35.  
  36.      <targetdir>
  37.           This is the path-spec of a directory on your storage
  38.           device in which to put the received files.  This, too,
  39.           is only used with '-r' (file request).
  40.  
  41.      <file1> ... [fileN]
  42.           One or more filenames to send or request.  Wildcards
  43.           may be passed in (like "*.c"); make sure if you want to
  44.           pass a wildcard to citfs and you are using a shell
  45.           which might expand wildcards itself that you quote the
  46.           wildcard filename, e.g.
  47.  
  48.           citfs -s RT 'file*.c'
  49.  
  50. NOTES
  51.      You must specify only ONE of -s or -r options, obviously.
  52.  
  53. BUGS
  54.      If the <room> has spaces in it, citfs will currently mis-
  55.      parse the command line and produce erroneous results.
  56.  
  57. FILES
  58.      citfs.tos          The file send & request spooler.
  59.      #netdir\{nn}.nfs   Send/request queue for net node 'nn'.
  60.      ctdltabl.sys       Tables file.
  61.  
  62. SEE ALSO
  63.      The Fnordadel Reference Manual
  64.  
  65. AUTHOR
  66.      Citfs was written by Adrian Ashley for Fnordadel.
  67.