io2k7
24th February 2008, 12:36
[root@home]# ftp work
Connected to work.
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 12:26. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
500 This security scheme is not implemented
500 This security scheme is not implemented
KERBEROS_V4 rejected as an authentication type
Name (work:root): username
331 User username OK. Password required
Password:
530 Login authentication failed
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
I have installed Pure-FTPd like this
yum install pure-ftpd
/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf
service pure-ftpd start
//i'm using the default pure-ftpd.conf
I've made the ftp usergroup
groupadd ftpgroup
useradd -g ftpgroup -d /dev/null -s /etc ftpuser
And I've added:
pure-pw useradd username -u ftpuser -d /some.path/
pure-pw mkdb
What should I do to make it work?
OS: Fedora Core 7
Connected to work.
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 12:26. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
500 This security scheme is not implemented
500 This security scheme is not implemented
KERBEROS_V4 rejected as an authentication type
Name (work:root): username
331 User username OK. Password required
Password:
530 Login authentication failed
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
I have installed Pure-FTPd like this
yum install pure-ftpd
/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf
service pure-ftpd start
//i'm using the default pure-ftpd.conf
I've made the ftp usergroup
groupadd ftpgroup
useradd -g ftpgroup -d /dev/null -s /etc ftpuser
And I've added:
pure-pw useradd username -u ftpuser -d /some.path/
pure-pw mkdb
What should I do to make it work?
OS: Fedora Core 7