1. NAME▲
ncftpbatch - Individual batch FTP job processor
2. SYNOPSIS ▲
ncftpbatch -d
ncftpbatch -l
ncftpbatch -D
3. OPTIONS ▲
3.1. ▲
Command line flags:
-d
Begin background processing of FTP jobs in the current user's $HOME/.ncftp/spool directory. This returns immediately, because a daemon process is spawned and ran in the background.
-l
Lists the contents of the user's job queue.
-D
This is like
R -d except that the process does not become a daemon.
4. DESCRIPTION ▲
This program is responsible for processing background FTP requests. It is normally only run by ncftpand not manually by a human being, however you can run it to manually process the FTP job queue.
The jobs are spool files written to a user's $HOME/.ncftp/spool directory and have a special format and file-naming convention (which contains when the job is to be run). ncftpruns this program when it needs to, but if the ncftpbatchdaemon dies unexpectedly the jobs that are left in the queue will not be processed until another instance of ncftpbatchis run.
ncftpgetand ncftpputcan also be used to submit jobs for batch processing, using those utilities'
-b command-line flag. If desired, you can also manually create the spool files although this procedure is not documented here (see the manual page for ncftpspoolerfor more information on how to do that).
5. DIAGNOSTICS ▲
ncftpbatchwrites to its own log file, the $HOME/.ncftp/spool/log file. This file should be examined to determine if any ncftpbatchprocesses are actively working on jobs.
6. AUTHOR ▲
Mike Gleason, NcFTP Software (http://www.ncftp.com).
7. SEE ALSO ▲
ncftp (1), ncftpput (1), ncftpget (1).