vsftpd日志(xferlog格式)的含义
引用:

Thu
Mar 4 08:12:30 2004 1 202.114.40.242 37 /incoming/index.html a _ o a guest@my.net ftp 0 * c

Thu Mar 4 08:12:30
2004 current-time  

                 
                 
 transfer-time
202.114.40.242 
              remote-host  
37 
                 
                
byte-count
/incoming/index.html 
       filename

                 
                 
 transfer-type

                 
                 
 special-action-flag

                 
                 
 direction

                 
                 
 access-mode
guest@my.net    
             username
ftp 
                 
                
service-name

                 
                 
 authentication-method

                 
                 
 authenticated-user-id  已认证IP

                 
                 
 completion-status  完成状态

current-time 
 The current local time in the form "DDD MMM dd hh:mm:ss
    
           
   YYYY", where DDD is the day of the week, MMM is the
month,
    
               dd is the
day of the month, hh is the hour, mm is the min-
    
               utes, ss
is the seconds, and YYYY is the year.

transfer-time  The
total time of the transfer in seconds.

remote-host 
  The remote host name.

byte-count 
   The amount of transferred bytes.

filename 
          The canonicalized (all symbolic
links are resolved) abso-
    
               lute
pathname of the transferred file.

In case
of the chrooted FTP session this field can be
    
           
   interpreted as the pathname in the chrooted environment
    
               (the
default interpretation) or as the one in the real
    
               file
system. The second type of interpretation can be
    
               enabled
by the command-line options of the ftpd(
smilieid=44 v:shapes="_x0000_i1025">.

transfer-type  The
single character that indicates the type of the trans-
    
               fer. The
set of possible values is:


       An ascii transfer.


       A binary transfer.

special-action-flag
    
               One or
more single character flags indicating any special
    
               action
taken. The set of possible values is:


       No action was taken


       The file was compressed (not in use).


       The file was uncompressed (not in use).


       The file was tar'ed (not in use).

direction 
          The direction of the transfer. The
set of possible values
    
               is:


       The outgoing transfer.


       The incoming transfer.

access-mode 
  The method by which the user is logged in. The set of pos-
    
               sible
values is:

a
(anonymous)  The anonymous guest user.

g
(guest)           The real but chrooted
user (this capability
    
                 
            is guided by
ftpchroot(5) file).

r
(real)           The real user.

username 
          The user's login name in case of
the real user, or the
    
               user's
identification string in case of the anonymous user
    
               (by
convention it is an email address of the user).

service-name 
 The name of the service being invoked. The ftpd( utility
    
               uses the
``ftp'' keyword.

authentication-method
    
               The used
method of the authentication. The set of possible
    
               values is:


       None.


       RFC931 Authentication (not in use).

authenticated-user-id
    
               The user
id returned by the authentication method. The `*'
    
               symbol is
used if an authenticated user id is not avail-
    
               able.

completion-status
    
               The
single character that indicates the status of the
    
               transfer.
The set of possible values is:


       A complete transfer.


       An incomplete transfer.

vsftpd与log有关的选项:
vsftpd_log_file
xferlog_enable
xferlog_std_format
xferlog_file
dual_log_enable
syslog_enable
log_ftp_protocol
no_log_lock

vsftpd.log内容的意义的更多相关文章

  1. FTP:500 OOPS: failed to open vsftpd log file:/var/log/vsftpd.log

    如下:从10.12.8.165 FTP 到 10.1.3.34,报failed to open vsftpd log[a4_csbdc@localhost ~]$ ftp  10.1.3.34Conn ...

  2. 【记录】尝试用android-logging-log4j去实现log输出内容到sd卡中的文件的功能

    [背景] 折腾: [记录]给Android中添加log日志输出到文件 期间,已经试了: [记录]尝试用android中microlog4android实现log输出到文件的功能 但是不好用. 然后就是 ...

  3. vsftpd配置参数详细整理

    vsftpd配置参数详细整理  -|白王斧三又干一 vsftpd配置参数详细整理     -|白王斧三又干一 发表于 2005-10-23 20:30:00   1.vsftpd配置参数详细整理#接受 ...

  4. 启用VSFTPD日志及其解读

    启用vsftpd日志及其解读(转贴)在vsftpd.conf中有如下内容定义了日志的记录方式:# 表明FTP服务器记录上传下载的情况xferlog_enable=YES# 表明将记录的上传下载情况写在 ...

  5. vsftpd.conf 联机手册

    vsftpd.conf - vsftpd 的配置文件 描述vsftpd.conf 可以用于控制 vsftpd, 以实现各种各样的功能. vsftpd 缺省到 /etc/vsftpd.conf 处查找此 ...

  6. Liunx 环境下vsftpd的三种实现方法(超详细参数)

    以下文章介绍Liunx 环境下vsftpd的三种实现方法 ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.0.3.tar.gz,目前已经到2.0.3版本.假 ...

  7. CentOS下安装vsftpd

    因为FTP的端口是 两个,一个是固定21端口,还有一个任意端口的数据通道.关键是任意端口不好搞. 首先在vsftpd的配置文件中设置 任意端口的范围 [root@localhost root]# vi ...

  8. 如何在CentOS 7上使用vsftpd(FTP)的配置文件介绍

    vsftpd.conf - vsftpd的配置文件. 描述 vsftpd.conf可用于控制vsftpd行为的各个方面. 默认情况下,vsftpd在/etc/vsftpd.conf位置查找此文件. 但 ...

  9. 【转】vsftpd用户登入不进去问题

    实在是登陆不上... 我已经加了一个新的用户UID和GID都设置到1000以后 /etc/vsftpd.conf也加了local_enable=yes 以standalone模式运行. 重启服务器后, ...

随机推荐

  1. #pragma data_seg

    原文链接地址:http://www.cnblogs.com/CBDoctor/archive/2013/01/26/2878201.html 1)#pragma data_seg()一般用于DLL中. ...

  2. SCWS中文分词,demo演示

    上文已经讲了关于SCSW中文分词的安装配置,本节进入demo演示: <?php header('Content-Type:text/html;charset=UTF-8'); echo '< ...

  3. 《Java程序设计》第7周学习总结 20165218 2017-2018-1

    20165218 2017-2018-1 <Java程序设计>第7周学习总结 教材学习内容总结 JDBC与MySQL数据库 数据库的功能:数据的存储.查询.修改.安全 MySQL:数据库: ...

  4. UTF-8和GBK编码之间的区别(页面编码、数据库编码区别)以及在实际项目中的应用

    第一节:UTF-8和GBK编码概述 UTF-8 (8-bit Unicode Transformation Format) 是一种针对Unicode的可变长度字符编码,又称万国码,它包含全世界所有国家 ...

  5. 洛谷P1943 LocalMaxima_NOI导刊2009提高(1)(分段打表)

    显然只需要算出每个数比前面所有数大的期望然后全部加起来就好了,一个数的期望怎么算呢? 对于一个数我们需要考虑比它大的数,因为比它小的数放它前面放它后面都可以,但是比它大的数只能放它后面.考虑大于等于它 ...

  6. NYOJ--703

    原题链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=703 分析:先考虑不受限制的情况,此时共可以修n*(n-1)/2条隧道:所有的place组 ...

  7. Hdu3022 Sum of Digits

    Sum of Digits Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Tot ...

  8. Codeforces 894.C Marco and GCD Sequence

    C. Marco and GCD Sequence time limit per test 1 second memory limit per test 256 megabytes input sta ...

  9. redis 配置和使用(C++)

    一.Redis简介: Redis为非关系型数据库,Redis是一个Key-Value存储系统.它支持存储的value类型有:string(字符串),list(链表), set(无序集合),zset(s ...

  10. libcurl移植到android

    一.总体概览 C库:libcurl 3.7 目标平台:android 编译平台:ubuntu 12 编译工具:ndk r7 or later 二.已知方法 1. 官网上给了两种方法,第一种方法是使用a ...