From owner-freebsd-questions@FreeBSD.ORG Wed Sep 26 18:50:41 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 BB70E16A417 for ; Wed, 26 Sep 2007 18:50:41 +0000 (UTC) (envelope-from walterk1@earthlink.net) Received: from fall-pradero.atl.sa.earthlink.net (fall-pradero.atl.sa.earthlink.net [207.69.195.104]) by mx1.freebsd.org (Postfix) with ESMTP id 9F24613C455 for ; Wed, 26 Sep 2007 18:50:41 +0000 (UTC) (envelope-from walterk1@earthlink.net) Received: from pop-borzoi.atl.sa.earthlink.net ([207.69.195.70]) by fall-pradero.atl.sa.earthlink.net with esmtp (Exim 4.34) id 1IabbF-0005a9-Je for freebsd-questions@freebsd.org; Wed, 26 Sep 2007 14:27:05 -0400 Received: from user-142g5ks.cable.mindspring.com ([72.40.22.156] helo=[192.168.1.12]) by pop-borzoi.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1IabbE-0007II-00 for freebsd-questions@freebsd.org; Wed, 26 Sep 2007 14:27:04 -0400 Message-ID: <46FAA478.5080300@earthlink.net> Date: Wed, 26 Sep 2007 13:27:04 -0500 From: Walter User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: troubles with ftp access via browser 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: Wed, 26 Sep 2007 18:50:41 -0000 Hi, I've placed some files on a FBSD 6.2 server using the standard ftpd to access them. The content in question is a video clip, but could be anything that I wanted to share with people unknown. I can access the file list with a browser on my internal network - I do this to check that my links are good. But I (or anyone else) can't access these files externally with a browser, but I can access them with ftp itself. Even if I force a 'ftp' (for anon access) login via the browser URL, it stalls. I thought this had worked at one time... (Trembles with uneasy expectation) Here's the URL: ftp://72.40.22.156/incoming/ for anyone who wants to look at it. On a side note, I see lots of rejected log-in attempts in the logs from sites trying to do ftp access with "Administrator". Is there an easy way to allow that? TIA.