FTP issues
amsy10
Posted messages
78
Status
Member
-
Dinath Posted messages 1697 Status Security Contributor -
Dinath Posted messages 1697 Status Security Contributor -
Hello,
I have a problem with my FTP server, when I try I get this error message:
[root@amstrong]# ftp 10.12.12.22
Connected to 10.12.12.22 (10.12.12.22).
500 OOPS: failed to open xferlog log file:/var/log/xferlog
ftp>
I have a problem with my FTP server, when I try I get this error message:
[root@amstrong]# ftp 10.12.12.22
Connected to 10.12.12.22 (10.12.12.22).
500 OOPS: failed to open xferlog log file:/var/log/xferlog
ftp>
7 answers
-
Hello,
Are you the owner of the FTP (10.12.12.22)?
Have you searched the internet for the error? -
Essaye de remplacer file:/// par file://.
--
Rien ne sert de courir, il faut cuire à point ! -
Hello,
the details of the errorsfile:/var/log/xferlog
are here
see you later
--
FC 18 - Mandriva 2010 -Debian 6.0-
The best things require patience. (JC ANGLADE) -
re
how so?
cat /var/log/xferlog
at worst
sudo cat /var/log/xferlog
see you later
--
FC 18 - Mandriva 2010 -Debian 6.0-
The best things require patience. (JC ANGLADE) -
You need to check the rights on it.
ls -l /var/log | grep xferlog
-
hello,
hello,
should I give the rights?
[root@amstrong]# ls -l /var/log | grep xferlog
-rw------- 1 root root 1714879 Jul 10 09:12 xferlog -
I suppose that FTP does not use the root user but has its own user.
We will list the users and give rights (to the FTP user).
cat /etc/passwd | awk -F: '{print $1}'