1ncftpbatch(1) General Commands Manual ncftpbatch(1)
2
3
4
6 ncftpbatch - Individual batch FTP job processor
7
9 ncftpbatch -d
10
11 ncftpbatch -l
12
13 ncftpbatch -D
14
16 Command line flags:
17 -d Begin background processing of FTP jobs in the current user's
18 $HOME/.ncftp/spool directory. This returns immediately,
19 because a daemon process is spawned and ran in the background.
20
21 -l Lists the contents of the user's job queue.
22
23 -D This is like -d, except that the process does not become a dae‐
24 mon.
25
27 This program is responsible for processing background FTP requests. It
28 is normally only run by ncftp and not manually by a human being, how‐
29 ever you can run it to manually process the FTP job queue.
30
31 The jobs are spool files written to a user's $HOME/.ncftp/spool direc‐
32 tory and have a special format and file-naming convention (which con‐
33 tains when the job is to be run). ncftp runs this program when it
34 needs to, but if the ncftpbatch daemon dies unexpectedly the jobs that
35 are left in the queue will not be processed until another instance of
36 ncftpbatch is run.
37
38 ncftpget and ncftpput can also be used to submit jobs for batch pro‐
39 cessing, using those utilities' -b command-line flag. If desired, you
40 can also manually create the spool files although this procedure is not
41 documented here (see the manual page for ncftpspooler for more informa‐
42 tion on how to do that).
43
45 ncftpbatch writes to its own log file, the $HOME/.ncftp/spool/log file.
46 This file should be examined to determine if any ncftpbatch processes
47 are actively working on jobs.
48
50 Mike Gleason, NcFTP Software (http://www.ncftp.com).
51
53 ncftp(1), ncftpput(1), ncftpget(1).
54
55
56
57ncftpbatch NcFTP Software ncftpbatch(1)