- 论坛徽章:
- 0
|
大家好,请教一个问题。
环境:Red Hat enterprise 4 32bit,vsftpd2.0.5
现在put文件时遇到550错误,不知道具体什么原因?求助,谢谢!
详细内容如下:
[root@hostnode ftp]# mkdir -m 777 pub
[root@hostnode ftp]# ls
pub
[root@hostnode ftp]# ftp 10.152.11.85
Connected to 10.152.11.85.
220 (vsFTPd 2.0.1)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (10.152.11.85:root): ftp
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (10,152,11,85,104,220)
150 Here comes the directory listing.
drwxrwxrwx 2 0 0 4096 Sep 30 01:39 pub
226 Directory send OK.
ftp> put /etc/hosts hosts
local: /etc/hosts remote: hosts
227 Entering Passive Mode (10,152,11,85,109,139)
550 Permission denied.
ftp> put /etc/hosts /pub/hosts
local: /etc/hosts remote: /pub/hosts
227 Entering Passive Mode (10,152,11,85,82,61)
550 Permission denied.
ftp> |
|