免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2101 | 回复: 0
打印 上一主题 下一主题

[FTP] 553 Could not create file(vsftpd upload) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-05-12 23:34 |只看该作者 |倒序浏览
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=YES
anon_mkdir_write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
chown_uploads=YES
chown_username=root
xferlog_file=/var/log/vsftpd.log
pam_service_name=vsftpd
userlist_enable=YES
#enable for standalone mode
listen=YES
tcp_wrappers=YES
-------------------------------------------------------------
the text above is my file /etc/vsftpd/vsftpd.conf
-------------------------------------------------------
my vsftp version is vsftpd-1.2.0-4
-----------------------------------------------------
when login the server as "anonymous", login!
but when i want to upload a file .for example "1.mp3"
the ftp will tell me this information below
-------------------------------------------------------
正在查阅 172.24.21.121
尝试 172.24.21.121:21
已连接到 172.24.21.121:21
220 (vsFTPd 1.2.0)
USER anonymous
331 Please specify the password.
PASS xxxx
230 Login successful.
SYST
215 UNIX Type: L8
TYPE I
200 Switching to Binary mode.
PWD
257 "/"
PASV
227 Entering Passive Mode (172,24,21,121,67,175)
LIST -aL
150 Here comes the directory listing.
226 Directory send OK.
CWD /pub
250 Directory successfully changed.
PWD
257 "/pub"
PASV
227 Entering Passive Mode (172,24,21,121,204,93)
LIST -aL
150 Here comes the directory listing.
226 Directory send OK.
正在从缓存中装入目录列表 /pub
PASV
227 Entering Passive Mode (172,24,21,121,183,10)
STOR /pub/16163.html
553 Could not create file.
PASV
227 Entering Passive Mode (172,24,21,121,54,5
LIST -aL
150 Here comes the directory listing.
226 Directory send OK.
---------------------------------------------------------
that is all !! who can tell me the reason!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP