Click to See Complete Forum and Search --> : FTP not connecting - no login


gmjones
08-12-2001, 05:36 PM
I have set up an FTP server in RH 7.1. I can get connected but I get no login for the FTP server. Help?

saeed_contractor
08-12-2001, 06:33 PM
Telnet is disabled by default in RH7.1. Did you try to edit the /etc/xinetd.d/telnet file. Just change the
disabled = yes
to
disabled = no
and reboot.

kernel4x
08-12-2001, 07:13 PM
since your issue is FTP service only,
u just have to change wu-ftpd(or the ftp package u installed) properties under /etc/xinetd.d/
(if you also want to allow the telnet connections, then u can change the telnetd properties)
after that restart the xinetd service....

# service xinetd restart

^-^

gmjones
08-12-2001, 07:20 PM
I did that. I get the same result. When I connect to 192.168.1.5 (this machine) all I get is a message that says "Connected to 192.168.1.5" and then it just hangs there.

VRay
08-12-2001, 07:56 PM
Have you checked the permissions and ownership of the directory you're trying to log onto?

gmjones
08-12-2001, 08:30 PM
I haven't even gotten to the login phase of the FTP service. Not sure permissions are a problem