LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 717|回复: 2

proftpd的welcome.msg不起作用啊

[复制链接]
发表于 2006-8-18 00:46:20 | 显示全部楼层 |阅读模式
welcome.msg配制如下:
Welcome, archive user %U@%R !vilable Space: %F Kbytes....Current Time: %T
Anonymouse Online: %N ....Max allow: %M

%T Current Time
%F Available space on file system
%C Current working directory
%R Remote host name
%L Local host name
%u Username reported by ident protocol
%U Username originally used in login
%M Max number of connections
%N Current number of connections
%E Server admin's e-mail address
%x The name of the user's class
%y Current number of connections from the user's class
%z Max number of connections from the user's class

The local time is: %T

This is an experimental FTP server.  If have any unusual problems,
please report them via e-mail to <root@%L>.

/etc/proftpd.conf配制如下:
DefaultRoot ~
SQLAuthTypes Plaintext Crypt
SQLAuthenticate users* groups*
SQLConnectInfo ftpdb@localhost proftpd password
SQLUserInfo ftpuser userid passwd uid gid homedir shell
SQLGroupInfo ftpgroup groupname gid members
SQLMinID 500
SQLHomedirOnDemand on
SQLLog PASS updatecount
SQLNamedQuery updatecount UPDATE "count=count+1, accessed=now() WHERE userid='%u'" ftpuser
SQLLog STOR,DELE modified
SQLNamedQuery modified UPDATE "modified=now() WHERE userid='%u'" ftpuser
DeferWelcome on
RootLogin off
RequireValidShell off

#
# /etc/proftpd.conf -- This is a basic ProFTPD configuration file.
# To really apply changes reload proftpd after modifications.
#

ServerName                      "Debian"
ServerType                      inetd
#DeferWelcome                   off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"

DenyFilter                      \*.*/
 楼主| 发表于 2006-8-18 20:25:38 | 显示全部楼层
有哪位兄弟帮帮忙啊
回复 支持 反对

使用道具 举报

发表于 2006-8-18 21:22:03 | 显示全部楼层
我的 是 DeferWelcome off,却没有DisplayFirstChdir .message

试验一下8,不知道管不管用。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表