BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / database / #9584同步于 2015/7/23
Database机器人发帖

请问下,在proftpd里面上传或者新建出现550错误怎么办

FxxkW
2015/7/23镜像同步0 回复
环境是:xampp自己带的proftpd,mac下的 proftpd.conf里面是这样的 # 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 # "daemon" and "ftp" for normal operation and anon. ServerName "ProFTPD" 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 that the server normally runs at. User daemon Group admin # Normally, we want files to be overwriteable. <Directory /Applications/XAMPP/xamppfiles/htdocs/*> AllowOverwrite on </Directory> # only for the web servers content DefaultRoot /Applications/XAMPP/xamppfiles/htdocs <Limit SITE_CHMOD> Deny all </Limit> # daemon gets the password "xampp" # commented out by xampp security #UserPassword daemon 2TgxE8g184G9c UserPassword daemon n0nSXe2km2s5s # daemon is no normal user so we have to allow users with no real shell RequireValidShell off # daemon may be in /etc/ftpusers so we also have to ignore this file #to login with "OSX Users" AuthPAM on AuthPAMConfig ftpd UseFtpUsers off 然后我用daemon登陆ftp以后只能下载不能新建文件夹和上传, ftp> mkdir aaa 550 aaa: Permission denied 有没有人知道怎么回事,谢谢啊!!
订阅后,新回复会通过你的通知中心匿名送达。
0 条回复
暂无回复 · 你可以订阅本帖等待新回复。