vsftpd.log内容的意义
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
1
transfer-time
202.114.40.242
remote-host
37
byte-count
/incoming/index.html
filename
a
transfer-type
_
special-action-flag
o
direction
a
access-mode
guest@my.net
username
ftp
service-name
0
authentication-method
*
authenticated-user-id 已认证IP
c
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:
a
An ascii transfer.
b
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
C
The file was compressed (not in use).
U
The file was uncompressed (not in use).
T
The file was tar'ed (not in use).
direction
The direction of the transfer. The
set of possible values
is:
o
The outgoing transfer.
i
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:
0
None.
1
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:
c
A complete transfer.
i
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内容的意义的更多相关文章
- 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 ...
- 【记录】尝试用android-logging-log4j去实现log输出内容到sd卡中的文件的功能
[背景] 折腾: [记录]给Android中添加log日志输出到文件 期间,已经试了: [记录]尝试用android中microlog4android实现log输出到文件的功能 但是不好用. 然后就是 ...
- vsftpd配置参数详细整理
vsftpd配置参数详细整理 -|白王斧三又干一 vsftpd配置参数详细整理 -|白王斧三又干一 发表于 2005-10-23 20:30:00 1.vsftpd配置参数详细整理#接受 ...
- 启用VSFTPD日志及其解读
启用vsftpd日志及其解读(转贴)在vsftpd.conf中有如下内容定义了日志的记录方式:# 表明FTP服务器记录上传下载的情况xferlog_enable=YES# 表明将记录的上传下载情况写在 ...
- vsftpd.conf 联机手册
vsftpd.conf - vsftpd 的配置文件 描述vsftpd.conf 可以用于控制 vsftpd, 以实现各种各样的功能. vsftpd 缺省到 /etc/vsftpd.conf 处查找此 ...
- Liunx 环境下vsftpd的三种实现方法(超详细参数)
以下文章介绍Liunx 环境下vsftpd的三种实现方法 ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.0.3.tar.gz,目前已经到2.0.3版本.假 ...
- CentOS下安装vsftpd
因为FTP的端口是 两个,一个是固定21端口,还有一个任意端口的数据通道.关键是任意端口不好搞. 首先在vsftpd的配置文件中设置 任意端口的范围 [root@localhost root]# vi ...
- 如何在CentOS 7上使用vsftpd(FTP)的配置文件介绍
vsftpd.conf - vsftpd的配置文件. 描述 vsftpd.conf可用于控制vsftpd行为的各个方面. 默认情况下,vsftpd在/etc/vsftpd.conf位置查找此文件. 但 ...
- 【转】vsftpd用户登入不进去问题
实在是登陆不上... 我已经加了一个新的用户UID和GID都设置到1000以后 /etc/vsftpd.conf也加了local_enable=yes 以standalone模式运行. 重启服务器后, ...
随机推荐
- 模块(3)-使用__future__
使用__future__ Python的每个新版本都会增加一些新的功能,或者对原来的功能作一些改动.有些改动是不兼容旧版本的,也就是在当前版本运行正常的代码,到下一个版本运行就可能不正常了. 从Pyt ...
- SNMP-网络管理协议
SNMP协议简介: a. 轮询(Polling) -- 定时获取状态, 中断(Interrupt)--出问题通知 b. 共同体名(community) -- 口令--只读口令 --读写口令 使用SNM ...
- 框架----Django内置Admin
Django内置的Admin是对于model中对应的数据表进行增删改查提供的组件,使用方式有: 依赖APP: django.contrib.auth django.contrib.contenttyp ...
- CDOJ--1237
原体连接:http://acm.uestc.edu.cn/problem.php?pid=1237 分析:质因子单增:在寻找下一个质因子时,从前一个开始. #include<iostream&g ...
- git untrack file
git update-index should do what you want This will tell git you want to start ignoring the changes t ...
- mobiscroll 案例git
https://github.com/zhoushengmufc/iosselect
- Kubernetes 1.5通过Ceph实现有状态容器
在上一篇博文,我们通过kubernetes的devlopment和service完成了sonarqube的部署.看起来已经可用,但是仍然有一个很大的问题.我们知道,像mysql这种数据库是需要保存数据 ...
- 前端PHP入门-032-异常处理-应用级别
禁止显示错误 在php.ini配置文件中.我们可以控制php的错误显示状态. php.ini中有一个专门的配置项: display_errors 这个选项设置是否将错误信息输出到网页,或者对用户隐藏而 ...
- eclipse+myeclipse 使用技巧备忘
myeclipse 导入多模块maven项目 https://blog.csdn.net/jack85986370/article/details/51371853 maven项目在eclipse的l ...
- Google Map API使用详解(一)——Google Map开发背景知识
一.谷歌地图主页 谷歌地图对应不同的地区都会有一些专门的主页,首次登陆时会显示这些地区.比如,香港的:http://maps.google.com.hk,台湾的:http://maps.google. ...