Re: FTP wont work, please help!

2001-02-22 Thread Matt Fahrner
You can check if the FTP service is registered and listening by doing a: netstat -a -n | grep ":21" you should see a line like: tcp0 0 0.0.0.0:21 0.0.0.0:*LISTEN If not somehow it's not running (or rather registered by xinetd)..

Re: FTP wont work, please help!

2001-02-20 Thread John Summerfield
[EMAIL PROTECTED] said: > Do you have the wu-ftpd package installed? Look in /etc/hosts.allow > or hosts.deny if there is a restriction. 'Connection refused" means nobody's listening. You get other errors if the above is the problem. btw I did a server install of RHL 6.2 and decided it was

Re: FTP wont work, please help!

2001-02-20 Thread Oliver Schulze L.
Do you have the wu-ftpd package installed? Look in /etc/hosts.allow or hosts.deny if there is a restriction. Also use ntsysv to enable ftp service and the to a /etc/init.d/xinted restart Good luck Oliver Owen Thomas wrote: > I have my windows box connected to my redhat (on which i did a full

Re: FTP wont work, please help!

2001-02-20 Thread Christopher McCrory
Hello... 1: This is a 'devel' list, not a system help list Owen Thomas wrote: > I have my windows box connected to my redhat (on which i did a full > server install) and whenever I try to ftp into it I get the message > > > > "Connection failed - /ip address /- connection refused" > >

FTP wont work, please help!

2001-02-19 Thread Owen Thomas
I have my windows box connected to my redhat (on which i did a full server install) and whenever I try to ftp into it I get the message   "Connection failed - ip address - connection refused"   In /etc/xinetd.d , only telnet and linuxconf-web exist, so I think thats something to do with it.