proftpd配置好之后,无法上传

cattycat 2008-09-27 12:30:28
就是上传时老说 No such file or directory.

ftp> put faraway.mp3 far.mp3
local: faraway.mp3 remote: far.mp3
227 Entering Passive Mode (127,0,0,1,210,51).
550 far.mp3: No such file or directory

anonymous 的设置如下:

<Anonymous ~ftp>
User ftp
Group ftp

# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp

AnonRequirePassword off #no need password
# Limit the maximum number of anonymous logins
MaxClients 10

# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayChdir .message

# add this line
RequireValidShell off

# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE DELE>
DenyAll
</Limit>
# allow user upload,change directory,read
# delete,make directory rename not allowed.
<Directory tmp/>
<Limit DELE MKD RMD XMKD XRMD RNFR RNTO >
DenyAll
</Limit>
<Limit STOR CMD XCWD READ>
AllowAll
</Limit>
</Directory>
</Anonymous>
感觉没有问题啊,不知道怎么回事。
帮我解决下。谢谢
...全文
240 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
apuawv 2008-10-27
  • 打赏
  • 举报
回复
怎么解决的呀?
我也遇到同样问题
cattycat 2008-09-28
  • 打赏
  • 举报
回复
已解决。

19,620

社区成员

发帖
与我相关
我的任务
社区描述
系统使用、管理、维护问题。可以是Ubuntu, Fedora, Unix等等
社区管理员
  • 系统维护与使用区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧