home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ncftp19.zip / ncftpbatch.txt < prev    next >
Text File  |  1999-08-29  |  2KB  |  66 lines

  1.  
  2.  
  3.  
  4. ncftpbatch(1)                                       ncftpbatch(1)
  5.  
  6.  
  7. NAME
  8.        ncftpbatch - Batch FTP job processor daemon
  9.  
  10. SYNOPSIS
  11.        ncftpbatch -d
  12.  
  13.        ncftpbatch -l
  14.  
  15.        ncftpbatch -D
  16.  
  17. OPTIONS
  18.    Command line flags:
  19.        -d      Begin  background  processing  of  FTP jobs in the
  20.                current user's $HOME/.ncftp/spool directory.  This
  21.                returns  immediately,  because a daemon process is
  22.                spawned and ran in the background.
  23.  
  24.        -l      Lists the contents of the user's job queue.
  25.  
  26.        -D      This is like -d, except that the process does  not
  27.                become a daemon.
  28.  
  29. DESCRIPTION
  30.        This  program is responsible for processing background FTP
  31.        requests.  It is normally only run by ncftp and not  manu-
  32.        ally  by a human being, however you can run it to manually
  33.        process the FTP job queue.
  34.  
  35.        The  jobs  are   spool   files   written   to   a   user's
  36.        $HOME/.ncftp/spool directory and have a special format and
  37.        file-naming convention (which contains when the job is  to
  38.        be run).  ncftp runs this program when it needs to, but if
  39.        the ncftpbatch daemon dies unexpectedly the jobs that  are
  40.        left  in  the  queue  will  not be processed until another
  41.        instance of ncftpbatch is run.
  42.  
  43. DIAGNOSTICS
  44.        ncftpbatch   writes   to   its   own   log    file,    the
  45.        $HOME/.ncftp/batchlog  file.  This file should be examined
  46.        to determine if  any  ncftpbatch  processes  are  actively
  47.        working on jobs.
  48.  
  49. AUTHOR
  50.        Mike Gleason, NCEMRSoft (mgleason@probe.net).
  51.  
  52. SEE ALSO
  53.        ncftp(1), ncftpput(1), ncftpget(1).
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                             NCEMRSoft                           1
  65.  
  66.