From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 11:04:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EA316A4CE for ; Wed, 24 Dec 2003 11:04:45 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340CC43D4C for ; Wed, 24 Dec 2003 11:04:44 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 24 Dec 2003 13:07:53 -0600 Message-ID: <3FE9E324.9040703@daleco.biz> Date: Wed, 24 Dec 2003 13:04:04 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Dec 2003 19:07:54.0078 (UTC) FILETIME=[3BCA47E0:01C3CA51] cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: FTP command question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 19:04:45 -0000 fbsd_user wrote: >I have an LAN FBSD box which has anonymous FTP server installed >from /stand/sysinstall. >I an trying to login to it from the FBSD gateway. >I use this command ftp -av 10.0.10.7 which is the ip address of the >target FBSD box. >This just hangs and does nothing. Ctrl + c exits ftp and returns >the command prompt. > >What is the correct syntax of the ftp command to open a interactive >ftp session >with the LAN FBSD box's anonymous FTP sever at ip address 10.0.10.7? > >Thanks and Marry Christmas > > > Try just $ftp 10.0.10.7 and login as "anonymous". -v is a default case, IIRC, so there'd be little difference. Perhaps you'll get some further information. No firewall, ACL's etc. on FTP box? Kevin Kinsey DaleCo, S.P.