1http://www.themanualpage.org/man/man5/xferlog.5.php3
2
3
4Each server entry is composed of a single line of the following form,
5with all
6fields being separated by spaces.
7
8          current-time transfer-time remote-host file-
9          size filename transfer-type special-action-
10          flag direction access-mode username service-
11          name authentication-method authenticated-user-id
12
13     current-time is the current local time in the form
14                         "DDD MMM dd hh:mm:ss YYYY". Where DDD is
15                         the day of the week, MMM is the month,
16                         dd is the day of the month, hh is the
17                         hour, mm is the minutes, ss is the
18                         seconds, and YYYY is the year.
19
20     transfer-time is the total time in seconds for the
21                         transfer.
22
23     remote-host is the remote host name.
24
25     file-size is the size of the transfered file in
26                         bytes.
27
28     filename is the name of the transfered file.
29
30     transfer-type is a single character indicating the
31                         type of transfer. Can be one of:
32                              a for an ascii transfer
33                              b for a binary transfer
34
35     special-action-flag is one or more single character flags
36                         indicating any special action taken. Can
37                         be one or more of:
38                              C file was compressed
39                              U file was uncompressed
40                              T file was tar'ed
41                              _ no action was taken
42
43     direction is the direction of the transfer. Can be
44                         one of:
45                              o outgoing
46                              i incoming
47
48     access-mode is the method by which the user in
49                         logged in. Can be one of:
50                              a (anonymous) is for an
51                                        anonymous guest user.
52                              g (guest) is for an pass-
53                                        worded guest user (see
54                                        the guestgroup command in
55                                        ftpaccess(5) ).
56                              r (real) is for a local
57                                        authenticated user.
58
59     username is the local username, or if guest, the
60                         ID string given.
61
62     service-name is the name of the service being
63                         invoked, usually FTP.
64
65     authentication-method
66                         is the method of authentication used.
67                         Can be one of:
68                              0 none
69                              1 RFC931 Authentication
70
71     authenticated-user-id
72                         is the user id returned by the authenti-
73                         cation method. A * is used if an authen-
74                         ticated user id is not available.
75
76+ the character 'c' (complete) or 'i' (incomplete) ?
77