{
    "content": [
        {
            "type": "text",
            "text": "# ncftpbatch (man)\n\n## NAME\n\nncftpbatch - Individual batch FTP job processor\n\n## SYNOPSIS\n\nncftpbatch -d\nncftpbatch -l\nncftpbatch -D\n\n## DESCRIPTION\n\nThis  program is responsible for processing background FTP requests.  It is normally only run\nby ncftp and not manually by a human being, however you can run it to  manually  process  the\nFTP job queue.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OPTIONS** (4 subsections)\n- **DESCRIPTION**\n- **DIAGNOSTICS**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ncftpbatch",
        "section": "",
        "mode": "man",
        "summary": "ncftpbatch - Individual batch FTP job processor",
        "synopsis": "ncftpbatch -d\nncftpbatch -l\nncftpbatch -D",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": "rectory. This returns immediately, because a daemon process is spawned and ran in the background."
            },
            {
                "flag": "-l",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "ncftp",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ncftp/1/json"
            },
            {
                "name": "ncftpput",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ncftpput/1/json"
            },
            {
                "name": "ncftpget",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ncftpget/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Command line flags:",
                        "lines": 1
                    },
                    {
                        "name": "-d",
                        "lines": 3,
                        "flag": "-d"
                    },
                    {
                        "name": "-l",
                        "lines": 1,
                        "flag": "-l"
                    },
                    {
                        "name": "-D -d",
                        "lines": 1,
                        "flag": "-d"
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ncftpbatch - Individual batch FTP job processor\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ncftpbatch -d\n\nncftpbatch -l\n\nncftpbatch -D\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "Command line flags:",
                        "content": ""
                    },
                    {
                        "name": "-d",
                        "content": "rectory.  This returns immediately, because a daemon process is spawned  and  ran  in\nthe background.\n",
                        "flag": "-d"
                    },
                    {
                        "name": "-l",
                        "content": "",
                        "flag": "-l"
                    },
                    {
                        "name": "-D -d",
                        "content": "",
                        "flag": "-d"
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "This  program is responsible for processing background FTP requests.  It is normally only run\nby ncftp and not manually by a human being, however you can run it to  manually  process  the\nFTP job queue.\n\nThe  jobs are spool files written to a user's $HOME/.ncftp/spool directory and have a special\nformat and file-naming convention (which contains when the job is to  be  run).   ncftp  runs\nthis  program  when it needs to, but if the ncftpbatch daemon dies unexpectedly the jobs that\nare left in the queue will not be processed until another instance of ncftpbatch is run.\n\nncftpget and ncftpput can also be used to submit jobs for batch processing, using those util‐\nities'  -b  command-line  flag.  If desired, you can also manually create the spool files al‐\nthough this procedure is not documented here (see the manual page for ncftpspooler  for  more\ninformation on how to do that).\n",
                "subsections": []
            },
            "DIAGNOSTICS": {
                "content": "ncftpbatch  writes to its own log file, the $HOME/.ncftp/spool/log file.  This file should be\nexamined to determine if any ncftpbatch processes are actively working on jobs.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Mike Gleason, NcFTP Software (http://www.ncftp.com).\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ncftp(1), ncftpput(1), ncftpget(1).\n\n\n\nncftpbatch                                 NcFTP Software                              ncftpbatch(1)",
                "subsections": []
            }
        }
    }
}