- 论坛徽章:
- 0
|
我安装配置了proftpd+mysql+quota,重启后.anonymous 用户能登陆.但是不能上传.虚拟用户不能登陆.老是出现错误,希望大家帮我看一下.多谢
wqy:~ # ftp localhost
Trying 127.0.0.1...
Connected to localhost.
220 ProFTPD 1.3.0rc5 Server (ProFTPD Default Installation) [127.0.0.1]
Name (localhost:root): anonymous
331 Anonymous login ok, send your complete email address as your password.
Password:
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put pipclient
local: pipclient remote: pipclient
229 Entering Extended Passive Mode (|||54560|)
550 pipclient: Permission denied
ftp>
wqy:~ # ftp localhost
Trying 127.0.0.1...
Connected to localhost.
220 ProFTPD 1.3.0rc5 Server (ProFTPD Default Installation) [127.0.0.1]
Name (localhost:root): test
331 Password required for test.
Password:
530 Login incorrect.
ftp: Login failed.
ftp>
Oct 31 10:40:28 wqy proftpd[4797]: wqy.site (localhost[127.0.0.1]) - ANON anonymous: Login successful.
Oct 31 02:40:28 wqy proftpd[4797]: wqy.site (localhost[127.0.0.1]) - Preparing to chroot to directory '/srv/ftp'
Oct 31 02:40:41 wqy proftpd[4797]: wqy.site (localhost[127.0.0.1]) - FTP session closed.
Oct 31 10:59:20 wqy proftpd[4850]: wqy.site (localhost[127.0.0.1]) - FTP session opened.
Oct 31 10:59:24 wqy proftpd[4850]: wqy.site (localhost[127.0.0.1]) - ANON anonymous: Login successful.
Oct 31 02:59:24 wqy proftpd[4850]: wqy.site (localhost[127.0.0.1]) - Preparing to chroot to directory '/srv/ftp'
Oct 31 02:59:24 wqy proftpd[4850]: wqy.site (localhost[127.0.0.1]) - mod_delay/0.5: delaying for 4020 usecs
Oct 31 02:59:45 wqy proftpd[4850]: wqy.site (localhost[127.0.0.1]) - FTP session closed.
Oct 31 10:59:46 wqy proftpd[4852]: wqy.site (localhost[127.0.0.1]) - FTP session opened.
Oct 31 10:59:47 wqy proftpd[4852]: wqy.site (localhost[127.0.0.1]) - mod_delay/0.5: delaying for 1001 usecs
Oct 31 10:59:49 wqy proftpd[4852]: wqy.site (localhost[127.0.0.1]) - no such user 'test'
Oct 31 10:59:49 wqy proftpd[4852]: wqy.site (localhost[127.0.0.1]) - USER test: no such user found from localhost [
127.0.0.1] to 127.0.0.1:21
Oct 31 10:59:49 wqy proftpd[4852]: wqy.site (localhost[127.0.0.1]) - mod_delay/0.5: delaying for 103772 usecs
Oct 31 11:00:05 wqy proftpd[4852]: wqy.site (localhost[127.0.0.1]) - FTP session closed. |
|