Hi, I'm new to all this... I need to set up FTP
access to my RH 7.2 server.
As it's using xinetd I have added a plain text file
named "ftp" in my xinetd.d folder, the contents are..
__________________________________________________
service ftp
{
port = 21
socket_type =
stream
wait = no
user = root
server =
/usr/bin/ftp
log_on_failure
+=USERID
disable = no
}
_____________________________________________________
This was just copied/modified from another file I
found in xinetd.d so I don't know if it's correct.
It's also listed in
/etc/services
Nearly works, get connected but "Socket
connected waiting for login sequence" then timeout.
Apparently there's an entry I need to make in
ftpaccess but I have no idea what/how to :-)
Thanks
Mike
|
- Re: Help with FTP Mike Stewart
- Re: Help with FTP Mike Stewart