QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 681|回复: 4

proftpd上传问题

[复制链接]
发表于 2003-5-16 02:40:01 | 显示全部楼层 |阅读模式
我只想让myong可以上传文件, 建立了这个用户, 配置文件如下
[code:1]
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName                        "Myong FTPServer"
ServerType                        standalone
DefaultServer                        on

# Port 21 is the standard FTP port.
Port                                21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask                                022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances                        30

# Set the user and group under which the server will run.
User                                nobody
Group                                nobody

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~
DefaultRoot ~/ftproot myong
DefaultRoot ~/ftproot ftpguest

# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite                on
</Directory>

<Directory ~myong/ftproot>
  <Limit WRITE>
    AllowAll
  </Limit>
</Directory>
[/code:1]
用的是myong登陆的, 就是不能写! myong肯定对自己的目录有足够权限的
发表于 2003-5-16 08:27:17 | 显示全部楼层
#DefaultRoot ~
DefaultRoot ~/ftproot myong
你确定myong是在myong组中嘛?
还有确定一下ftproot这个目录的所有者。
目前根据这些我只能简单判断一下是这个


还有
#DefaultRoot ~
DefaultRoot ~/ftproot myong
DefaultRoot ~/ftproot ftpguest
这种写法好像不对,要写成
#DefaultRoot ~
DefaultRoot /home/myong/ftproot myong,ftpguest
试试看。我都记不太清楚了。
linux太稳定,我配置了就不用修改。呵呵
回复

使用道具 举报

 楼主| 发表于 2003-5-16 12:22:27 | 显示全部楼层
我知道答案了
回复

使用道具 举报

发表于 2003-5-16 13:46:32 | 显示全部楼层
那就把答案写出来
回复

使用道具 举报

发表于 2003-5-17 16:55:56 | 显示全部楼层
[quote:e009eb1d08="myong"]我知道答案了[/quote]

就是,知道了就写出来嘛  
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-16 16:35 , Processed in 0.053824 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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