From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 08:14:09 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 1B18316A4CE for ; Wed, 24 Dec 2003 08:14:09 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A18B43D50 for ; Wed, 24 Dec 2003 08:13:54 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.103]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031224161353.QQIM14686.mta10.adelphia.net@barbish> for ; Wed, 24 Dec 2003 11:13:53 -0500 From: "fbsd_user" To: "freebsd-questions@FreeBSD. ORG" Date: Wed, 24 Dec 2003 11:13:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: FTP command question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 16:14:09 -0000 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