From owner-freebsd-questions@FreeBSD.ORG Thu Dec 27 22:12:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A278816A417 for ; Thu, 27 Dec 2007 22:12:11 +0000 (UTC) (envelope-from robert_d@usa.net) Received: from cmsout01.mbox.net (cmsout01.mbox.net [165.212.64.31]) by mx1.freebsd.org (Postfix) with ESMTP id 89DDE13C4CE for ; Thu, 27 Dec 2007 22:12:11 +0000 (UTC) (envelope-from robert_d@usa.net) Received: from cmsout01.mbox.net (cmsout01.mbox.net [165.212.64.31]) by cmsout01.mbox.net (Postfix) with ESMTP id DC77C4DE2 for ; Thu, 27 Dec 2007 22:00:37 +0000 (GMT) Received: from cmsapps03.cms.usa.net [165.212.11.132] by cmsout01.mbox.net via smtad (C8.MAIN.3.34P) with ESMTP id XID657LLAwaM5589X01; Thu, 27 Dec 2007 22:00:38 -0000 X-USANET-Source: 165.212.11.132 IN robert_d@usa.net cmsapps03.cms.usa.net X-USANET-MsgId: XID657LLAwaM5589X01 Received: from cmsweb22.cms.usa.net [165.212.8.22] by cmsapps03.cms.usa.net (ESMTP/robert_d@usa.net) via mtad (C8.MAIN.3.40M) with ESMTP id 251LLAwaj0136M39; Thu, 27 Dec 2007 22:00:35 -0000 X-USANET-Auth: 165.212.8.22 AUTO robert_d@usa.net cmsweb22.cms.usa.net Received: from 207.81.99.70 [207.81.99.70] by cmsweb22.cms.usa.net (USANET web-mailer CM.0402.7.83); Thu, 27 Dec 2007 22:00:34 -0000 Date: Thu, 27 Dec 2007 17:00:34 -0500 From: "Rob Dalzell" To: X-Mailer: USANET web-mailer (CM.0402.7.83) Mime-Version: 1.0 Message-ID: <476LLAV8I9056S22.1198792834@cmsweb22.cms.usa.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Z-USANET-MsgId: XID251LLAwaj0136X39 Subject: FTPd INETd No Response But SFTP Works. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2007 22:12:11 -0000 Hi I'm having trouble understanding why my FTPd is not responding. I have uncommented FTP in inetd.conf, inetd is enabled in rc.conf. There have be= en no changes to the default setup of FreeBSD 6.2 AMD 64 other then the ports install of php5 apache and mysql, so everything is set to basic security,= hosts.allow is untouched, and allowing all access. I do have SSHD installed and I have been using SFTP up untill now. I am configuring a php script that attempts to update it's self using the PHP5= -FTP mod, but this php mod does not work correctly with SFTP, so I have tried = to enable the FTPd (Like I have in the past). I cannot make a connection to= the FTP on port 21 with any FTP Client, just hangs. I tried ports install of pure-ftp, as well, I could not connect to it eit= her. I can see them running in top, I can see inetd monitoring port 21 in sock= stat, but something just refuses to work. Is there any known issue of having SFTP on port 22 and FTPd on 21 working= together? If anyone has a suggestion I'd appreciate any help. Rob