'\" te .TH ncftpbatch 1 "NcFTP Software" ncftpbatch .SH NAME ncftpbatch - Individual batch FTP job processor .SH "SYNOPSIS" .PP .B ncftpbatch \-d .PP .B ncftpbatch \-l .PP .B ncftpbatch \-D .\"------- .SH "OPTIONS" .\"------- .SS Command line flags: .TP 8 .B "-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. .TP 8 .B \-l Lists the contents of the user's job queue. .TP 8 .B \-D This is like .BR \-d "," except that the process does not become a daemon. .\"------- .SH "DESCRIPTION" .\"------- .PP This program is responsible for processing background FTP requests. It is normally only run by .I ncftp and not manually by a human being, however you can run it to manually process the FTP job queue. .PP 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). .I ncftp runs this program when it needs to, but if the .I ncftpbatch daemon dies unexpectedly the jobs that are left in the queue will not be processed until another instance of .I ncftpbatch is run. .PP .I ncftpget and .I ncftpput can also be used to submit jobs for batch processing, using those utilities' .B \-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 .I ncftpspooler for more information on how to do that). .\"------- .SH "DIAGNOSTICS" .\"------- .PP .I ncftpbatch writes to its own log file, the $HOME/.ncftp/spool/log file. This file should be examined to determine if any .I ncftpbatch processes are actively working on jobs. .\"------- .SH "AUTHOR" .\"------- .PP Mike Gleason, NcFTP Software (http://www.ncftp.com). .\"------- .\" Oracle has added the ARC stability level to this manual page .\" on April 20, 2011 .SH ATTRIBUTES See .BR attributes (5) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability network/ftp/ncftp = Stability Volatile .TE .PP .SH "SEE ALSO" .\"------- .PP .IR ncftp (1), .IR ncftpput (1), .IR ncftpget (1). .SH NOTES .\" Oracle has added source availability information to this manual page .\" on April 20, 2011 This software was built from source available at https://java.net/projects/solaris-userland. The original community source was downloaded from ftp://ftp.ncftp.com/ncftp/older_versions/ncftp-3.2.3-src.tar.bz2 Further information about this software can be found on the open source community website at http://www.ncftp.com/ncftp/.