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. vim在行首和 行尾加

    在每行开始加入“<a href=”   vim 命令:          :%s/^/<a href=/g 在每行尾加入 “</a>”    vim命令 :           ...

  2. bzoj1969: [Ahoi2005]LANE 航线规划(树链剖分)

    只有删边,想到时间倒流. 倒着加边,因为保证图连通,所以一开始一定至少是一棵树.我们先建一棵树出来,对于每一条非树边,两个端点在树上这段路径的边就不会变成关键边了,所以将它们对答案的贡献删去,那么直接 ...

  3. POJ2975:Nim(Nim博弈)

    Nim Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 7279   Accepted: 3455 题目链接:http://p ...

  4. 安装好dashboard 登录出现错误

    验证发生错误.请稍后再试一次. While turning SELinux off certainly does the trick, it is somewhat like using a sled ...

  5. 「Python」5个开源项目

    1-OpenAI universe Universe是一个能在世界上所有的游戏.网站和其他应用中,衡量和训练AI通用智能的软件平台. Universe,AI代理通过称为虚拟网络计算或VNC发送模拟的鼠 ...

  6. 前端PHP入门-035-Session的实例

      登陆例子:(请注意一定要自己敲一遍,不要CV大法) 首先上一下成果图,激起同学们写的欲望,登录页如下: 点击登陆之后如下: 说明哦了,么问题.接下来自己实现一下. 首先数据库信息: 新建一个名为 ...

  7. Java设计模式の责任链模式

    在阎宏博士的<JAVA与模式>一书中开头是这样描述责任链(Chain of Responsibility)模式的: 责任链模式是一种对象的行为模式.在责任链模式里,很多对象由每一个对象对其 ...

  8. CodeBlocks的常用快捷键

    CodeBlocks常用操作快捷键 编辑部分: Ctrl + A:全选 Ctrl + C:复制 Ctrl + X: 剪切 Ctrl + V:粘贴 Ctrl + Z:撤销 Ctrl + S:保存 Ctr ...

  9. 洛谷 2186 小Z的栈函数

    https://www.luogu.org/problem/show?pid=2186 题目描述 小Z最近发现了一个神奇的机器,这个机器的所有操作都是通过维护一个栈来完成的,它支持如下11个操作: N ...

  10. 2017北京国庆刷题Day2 afternoon

    期望得分:100+100+50=250 实际得分:100+70+50=220 T1 最大值(max) Time Limit:1000ms   Memory Limit:128MB 题目描述 LYK有一 ...