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. 【题解】APIO2014回文串

    哇哦~想不到我有生之年竟然能够做出字符串的题目ヾ(✿゚▽゚)ノ虽然这题比较裸但依然灰常开心! 首先有一个棒棒的性质:本质不同的回文串最多有 O(n) 个.首先 manacher 把它们都找出来,然后问 ...

  2. 【BZOJ2141】排队(树套树)

    [BZOJ2141]排队(树套树) 题面 BZOJ 洛谷 题解 傻逼题啊... 裸的树套树 树状数组套线段树,每次交换的时候,考虑一下前后的贡献,先删掉贡献,再重新算一遍就好了.. #include& ...

  3. NAT网络地址转换模拟过程

    原理图,如图1 图1 以下为配置NAT网络地址转换的实验: eNSP模拟图,如图2 图2 Step1.给路由器的每个接口赋予一个地址,如图3,图4 图3 图4 AR1和AR2中添加路由表项,如图5,图 ...

  4. 基于centos系统安装pip模块

    pip模块安装 centos 6.5安装pip,centos安装Python包管理安装工具pip的方法如下: 此安装包使用的是pip1.5.5版本 wget --no-check-certificat ...

  5. Android开发技术重要参考资料

    只言片语 有的时候看不懂别人的代码,觉得自己笨:其实,你想多了,看不懂不是因为你蠢而是别人的代码写得烂:所以,别那么宽容别人却苛责自己. 参考资料 郭霖 way 爱哥 有心 胡凯 robin trin ...

  6. Function.caller, arguments.caller, arguments.callee, arguments.callee.calller

    Function.caller指向当前函数的调用者,是arguments.caller的替代者 arguments.caller也是指向当前函数的调用者,已被废弃 arguments.callee是对 ...

  7. Codeforces 671C. Ultimate Weirdness of an Array(数论+线段树)

    看见$a_i\leq 200000$和gcd,就大概知道是要枚举gcd也就是答案了... 因为答案是max,可以发现我们很容易算出<=i的答案,但是很难求出单个i的答案,所以我们可以运用差分的思 ...

  8. 安装vim with python

    http://note.youdao.com/noteshare?id=4eaddfef93696451de7ff890a6af3cc4

  9. 用Tensorflow实现多层神经网络

    用Tensorflow实现多层神经网络 觉得有用的话,欢迎一起讨论相互学习~Follow Me 参考文献 Tensorflow机器学习实战指南 源代码请点击下方链接欢迎加星 ReLU激活函数/L1范数 ...

  10. HTML5-Y音频与视频

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...