|
|
[root@XXX ]# adduser -d /home/XXX/mysite/upload -g ftp -s /sbin/nologin upload
[root@XXX ]# passwd upload
Changing password for user upload.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
[root@XXX ]# ftp 192.168.1.6
Connected to 192.168.1.6.
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 (192.168.1.6:root): upload
331 Please specify the password.
Password:
500 OOPS: cannot change directory:/home/XXX/mysite/upload
Login failed.
421 Service not available, remote server has closed connection
ftp> |
|