From owner-freebsd-ports@FreeBSD.ORG Fri Feb 4 10:14:52 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 877E016A4CE; Fri, 4 Feb 2005 10:14:52 +0000 (GMT) Received: from norma.cnptia.embrapa.br (norma.cnptia.embrapa.br [200.0.70.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F37B43D5F; Fri, 4 Feb 2005 10:14:47 +0000 (GMT) (envelope-from narciso@cnptia.embrapa.br) Received: from cnptia.embrapa.br (mirzam.cnptia.embrapa.br [200.0.70.37]) j158EcRv013724; Sat, 5 Feb 2005 05:14:39 -0300 (GMT) Message-ID: <42034B0F.9AA20716@cnptia.embrapa.br> Date: Fri, 04 Feb 2005 08:14:39 -0200 From: Marcelo G Narciso X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: ache@FreeBSD.org, ports@FreeBSD.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: ls command X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 10:14:52 -0000 Hi, I have installed wu-ftpd-2.6.2_5 is a FreeBSD Operational System, 5.3-STABLE FreeBSD. The ls command is not OK. If I try to execute ls command, nothing happens. ftp> ls 500 'EPSV': command not understood. 227 Entering Passive Mode (200,0,70,43,205,22) 150 Opening ASCII mode data connection for /bin/ls. 226 Transfer complete. ftp> How can I solve this problem? Thanks.