| xferlog.log - Contains all the upload/download information for all files
transferred (if logging of that is enabled). The format is the
following: current time, transfer time, user's hostname, number
of bytes sent, filename, 'a' if transfer was in ASCII mode or
'b' if BINARY, _ (meaningless), 'i' if incoming (user uploading)
or 'o' if outgoing (user downloading), 'r' (no meaning), user's
name, user's group, 1 if user had ident or 0 if not, user's ident
current-time transfer-time remote-host file-
size filename transfer-type special-action-
flag direction access-mode username ser?
vice-name authentication-method authenticated-
user-id completion-status
example lines:
Mon Aug 11 14:03:30 2003 20 hostname 15000000 /path/to/file b _ i r user group 0 *
Mon Aug 11 14:03:31 2003 33 hostname 15000000 /path/to/file b _ i r user group 1 user
Mon Aug 11 14:03:44 2003 13 hostname 15000000 /path/to/file b _ i r user group 0 *
|