I have problems with my ftp server.
I installed pure-ftpd server but maybe something went wrong since I cannot connect through ftp.
and I'm sure I gave the right psw
and
how can I fix this problem? where is the problem?
PS
I also try
thanks
I installed pure-ftpd server but maybe something went wrong since I cannot connect through ftp.
Code:
Connected to my.ftp.server.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 09:12. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
331 User user OK. Password required
Password:
530 Login authentication failed
ftp: Login failed.
ftp>
and I'm sure I gave the right psw
Code:
# pkg_info pure-ftpd
pkg_info: can't find package 'pure-ftpd' installed or in a file!
Code:
# ps ax
.
.
.
21286 ?? Is 0:00.02 pure-ftpd (SERVER) (pure-ftpd)
how can I fix this problem? where is the problem?
PS
I also try
Code:
$ ftp localhost
Connected to localhost.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 09:25. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Name (localhost:user): user
331 User horatiu OK. Password required
Password:
530 Login authentication failed
ftp: Login failed.
thanks