xferlog.5
上传用户:pycemail
上传日期:2007-01-04
资源大小:329k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. .TH XFERLOG 5
  2. .SH NAME
  3. xferlog - ProFTPD server logfile
  4. .SH DESCRIPTION
  5. .LP
  6. The
  7. .B xferlog
  8. file contains logging information from the FTP server daemon,
  9. .BR proftpd (8).
  10. This file usually is found in /var/log, but can be located anywhere by
  11. using a
  12. .BR proftpd (8)
  13. configuration directive.
  14. Each server entry is composed of a single line of the following form, 
  15. with all fields being separated by spaces.
  16. .IP
  17. .I
  18. current-time   transfer-time   remote-host   file-size   filename   transfer-type   special-action-flag   direction   access-mode   username   service-name   authentication-method   authenticated-user-id
  19. .LP
  20. .TP 20
  21. .I current-time
  22. is the current local time in the form "DDD MMM dd hh:mm:ss YYYY". Where DDD
  23. is the day of the week, MMM is the month, dd is the day of the month,
  24. hh is the hour, mm is the minutes, ss is the seconds, and YYYY is the year.
  25. .TP 
  26. .I transfer-time
  27. is the total time in seconds for the transfer.
  28. .TP
  29. .I remote-host
  30. is the remote host name.
  31. .TP
  32. .I file-size
  33. is the size of the transferred file in bytes.
  34. .TP
  35. .I filename
  36. is the name of the transferred file.
  37. .TP
  38. .I transfer-type
  39. is a single character indicating the type of transfer. Can be one of:
  40. .RS
  41. .RS
  42. .PD 0
  43. .TP 10
  44. .B a
  45. for an ascii transfer
  46. .TP
  47. .B b
  48. for a binary transfer
  49. .PD
  50. .RE
  51. .RE
  52. .TP
  53. .I special-action-flag
  54. is one or more single character flags indicating any special action taken. 
  55. Can be one or more of: 
  56. .RS
  57. .RS
  58. .PD 0
  59. .TP 10
  60. .B C
  61. file was compressed
  62. .TP
  63. .B U
  64. file was uncompressed
  65. .TP
  66. .B T
  67. file was tar'ed
  68. .TP
  69. .B _
  70. no action was taken
  71. .PD
  72. .RE
  73. .RE
  74. .TP
  75. .I direction
  76. is the direction of the transfer. Can be one of:
  77. .RS
  78. .RS
  79. .PD 0
  80. .TP 10
  81. .B o
  82. outgoing
  83. .TP
  84. .B i
  85. incoming
  86. .PD
  87. .RE
  88. .RE
  89. .TP
  90. .I access-mode
  91. is the method by which the user is logged in. Can be one of:
  92. .RS
  93. .RS
  94. .PD 0
  95. .TP 10
  96. .B a
  97. (anonymous) is for an anonymous guest user. 
  98. .TP
  99. .B g
  100. (guest) is for an passworded guest user (see the
  101. .BR guestgroup
  102. command in
  103. .BR ftpaccess(5)
  104. ). 
  105. .TP
  106. .B r
  107. (real) is for a local authenticated user.
  108. .PD
  109. .RE
  110. .RE
  111. .TP
  112. .I username
  113. is the local username, or if guest, the ID string given. 
  114. .TP
  115. .I service-name
  116. is the name of the service being invoked, usually FTP.
  117. .TP
  118. .I authentication-method
  119. is the method of authentication used. Can be one of:
  120. .RS
  121. .RS
  122. .PD 0
  123. .TP 10
  124. .B 0
  125. none
  126. .TP
  127. .B 1
  128. RFC931 Authentication
  129. .PD
  130. .RE
  131. .RE
  132. .TP
  133. .I authenticated-user-id
  134. is the user id returned by the authentication method. 
  135. A * is used if an authenticated user id is not available.
  136. .SH FILES
  137. .PD 0
  138. .TP 20
  139. .B /var/log/xferlog
  140. .SH "SEE ALSO"
  141. .BR proftpd(8)