I had vsftpd setup and running until I resently install httpd. After the install I started to get the following error when trying to connect from any other machine than the server itself:
Code:
U:\>ftp blankedoutmyname.homeip.net
Connected to blankedoutmyname.homeip.net.
HTTP/1.0 400 Bad Request
Server: httpd
Date: Sat, 03 Sep 2005 12:57:35 GMT
Content-Type: text/html
Connection: close
<HTML><HEAD><TITLE>400 Bad Request</TITLE></HEAD>
<BODY BGCOLOR="#cc9999"><H4>400 Bad Request</H4>
No request found.
</BODY></HTML>
Connection closed by remote host.
U:\>
I have removed the httpd package with yum, and removed and reinstalled the vsftpd package as well, but continue to get the same thing.
Thanks in advance for your help.