{
    "content": [
        {
            "type": "text",
            "text": "# XFERLOG (man)\n\n## NAME\n\nxferlog - ProFTPD server logfile\n\n## DESCRIPTION\n\nThe  xferlog  file contains logging information from the FTP server daemon, proftpd(8).  This\nfile usually is found in /var/log but can be located anywhere by using a proftpd(8)  configu‐\nration directive.  Each server entry is composed of a single line of the following form, with\nall fields being separated by spaces.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION** (2 subsections)\n- **FILES** (1 subsections)\n- **AUTHORS** (1 subsections)\n- **SEE ALSO** (3 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XFERLOG",
        "section": "",
        "mode": "man",
        "summary": "xferlog - ProFTPD server logfile",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 41,
                "subsections": [
                    {
                        "name": "a         (anonymous)",
                        "lines": 1
                    },
                    {
                        "name": "r         (real)",
                        "lines": 18
                    }
                ]
            },
            {
                "name": "FILES",
                "lines": 1,
                "subsections": [
                    {
                        "name": "/var/log/xferlog",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "AUTHORS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "http://www.proftpd.org/credits.html",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": [
                    {
                        "name": "proftpd(8)",
                        "lines": 1
                    },
                    {
                        "name": "http://www.proftpd.org/",
                        "lines": 1
                    },
                    {
                        "name": "http://www.proftpd.org/lists.html",
                        "lines": 5
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "xferlog - ProFTPD server logfile\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  xferlog  file contains logging information from the FTP server daemon, proftpd(8).  This\nfile usually is found in /var/log but can be located anywhere by using a proftpd(8)  configu‐\nration directive.  Each server entry is composed of a single line of the following form, with\nall fields being separated by spaces.\n\ncurrent-time   transfer-time   remote-host    file-size    filename    transfer-type\nspecial-action-flag    direction   access-mode   username   service-name   authentica‐\ntion-method   authenticated-user-id  completion-status\n\ncurrent-time        is the current local time in the form \"DDD MMM dd hh:mm:ss  YYYY\".  Where\nDDD is the day of the week, MMM is the month, dd is the day of the month,\nhh is the hour, mm is the minutes, ss is the seconds,  and  YYYY  is  the\nyear.\n\ntransfer-time       is the total time in seconds for the transfer.\n\nremote-host         is the remote host name.\n\nfile-size           is the size of the transferred file in bytes.\n\nfilename            is the name of the transferred file.  If the filename contains any spaces\nor control characters, each such character is replaced by  an  underscore\n('') character.\n\ntransfer-type       is a single character indicating the type of transfer. Can be one of:\na         for an ascii transfer\nb         for a binary transfer\n\nspecial-action-flag is  one  or  more  single  character  flags indicating any special action\ntaken.  Can be one or more of:\nC         file was compressed\nU         file was uncompressed\nT         file was tar'ed\nno action was taken\n\ndirection           is the direction of the transfer. Can be one of:\no         outgoing\ni         incoming\nd         deleted\n\naccess-mode         is the method by which the user is logged in. Can be one of:",
                "subsections": [
                    {
                        "name": "a         (anonymous)",
                        "content": ""
                    },
                    {
                        "name": "r         (real)",
                        "content": "username            is the local username, or if guest, the ID string given.\n\nservice-name        is the name of the service being invoked, usually FTP.\n\nauthentication-method\nis the method of authentication used. Can be one of:\n0         none\n1         RFC931 Authentication\n\nauthenticated-user-id\nis the user id returned by the authentication method.  A * is used if  an\nauthenticated user id is not available.\n\ncompletion-status   is  a single character indicating the status of the transfer.  Can be one\nof:\nc         complete transfer\ni         incomplete transfer\n"
                    }
                ]
            },
            "FILES": {
                "content": "",
                "subsections": [
                    {
                        "name": "/var/log/xferlog",
                        "content": ""
                    }
                ]
            },
            "AUTHORS": {
                "content": "ProFTPD is written and maintained by a number  of  people,  full  credits  can  be  found  on",
                "subsections": [
                    {
                        "name": "http://www.proftpd.org/credits.html",
                        "content": ""
                    }
                ]
            },
            "SEE ALSO": {
                "content": "",
                "subsections": [
                    {
                        "name": "proftpd(8)",
                        "content": "Full   documentation   on   ProFTPD,  including  configuration  and  FAQs,  is  available  at"
                    },
                    {
                        "name": "http://www.proftpd.org/",
                        "content": "For     help/support,     try     the     ProFTPD     mailing     lists,     detailed      on"
                    },
                    {
                        "name": "http://www.proftpd.org/lists.html",
                        "content": "Report bugs at http://bugs.proftpd.org/\n\n\n\nXFERLOG(5)"
                    }
                ]
            }
        }
    }
}