Index: [Article Count Order] [Thread]

Date:  Tue, 19 Aug 2008 14:25:31 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:13749] Re: FTP Server Problems
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <042001c90231$5c5ecea0$6401a8c0@systemax>
In-Reply-To:  <003a01c9021c$c3f01200$4bd03600$@com>
X-Mail-Count: 13749

Al Cooper wrote; Tuesday, August 19, 2008 11:58 AM

-------------------------------------
[root@mail1 ~]# ftp localhost
ftp: connect: Connection refused
ftp>
 
If I attempt to telnet to port 21 from the server I get the following:
 
[root@mail1 /]# telnet localhost 21
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
 
I have compared the proftpd.conf file from another working server and
they are the same.
 
Any help on getting ftp working again will be greatly appreciated.
========================================= 
Please, do not post HTML

Try starting from a shell session.
   /etc/init.d/xinetd restart
See what error develops.

Gerald