由 0100 在 08-06-2003 15:31 发表:
用vsftp架设服务器无法上传
我用的版本比较低,好像是1.1的。装完后是Xinetd模式的。
可以下载,但无法上传。部分配置文件是:
Allow anonymous FTP?
anonymous_enable=YES
Uncomment this to allow local users to log in.
local_enable=YES
Uncomment this to enable any form of FTP write command.
write_enable=YES
Default umask for local users is 077. You may wish to change this to 022,
if your users expect that (022 is used by most other ftpd's)
local_umask=022
Uncomment this to allow the anonymous FTP user to upload files. This only
has an effect if the above global write enable is activated. Also, you will
obviously need to create a directory writable by the FTP user.
anon_upload_enable=YES
Uncomment this if you want the anonymous FTP user to be able to create
new directories.
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
Activate directory messages - messages given to remote users when they
go into a certain directory.
dirmessage_enable=YES
Activate logging of uploads/downloads.
xferlog_enable=YES
Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
If you want, you can arrange for uploaded anonymous files to be owned by
a different user. Note! Using "root" for uploaded files is not
recommended!
#chown_uploads=YES
#chown_username=whoever
大家帮我看看是哪个地方出了问题。
由 Glue 在 08-06-2003 19:58 发表:
看一看你的vsftpd是以什么用户名在运行,
再看一看你要上传的目录的属主及权限。
可能会有关系哦
-_-
由 pandonny 在 08-06-2003 21:32 发表: