On Tue, 08 Feb 2000, rajput g v be comp 56 wrote:
> hi,
>    i have got a network connection with IP address(192.168.2.26),
> which is a server.when i try connecting to it by telnet ,i do login
> properly.but when i try it with ftp it say's it can't .
>     what should i do so that people can make ftp connection to my
> server.

Make sure you have a line open in /etc/inetd.conf for ftp, as to
which daemon you need i cant say as it differs from distro to distro.

Slackware = 
ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  wu.ftpd -l -i -a
corel =
ftp            stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/in.ftpd
Or
# The default ftp server, proftpd, is configured as a stand alone
# daemon by default. 
Redhat i belive =
ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd -l -a
  
You must have the program defined, they normaly reside in /usr/sbin
Read the top of /etc/inetd.conf it tells you what to do if you change
anything in that file.

> Gaurav.Rajput
> <[EMAIL PROTECTED]> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to