From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnErb-0003qV-4U for qemu-devel@nongnu.org; Tue, 28 Jun 2005 08:06:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnErZ-0003pM-8u for qemu-devel@nongnu.org; Tue, 28 Jun 2005 08:06:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnEni-0002LS-FI for qemu-devel@nongnu.org; Tue, 28 Jun 2005 08:02:50 -0400 Received: from [64.233.182.201] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnEWh-00045A-Vl for qemu-devel@nongnu.org; Tue, 28 Jun 2005 07:45:16 -0400 Received: by nproxy.gmail.com with SMTP id n15so227703nfc for ; Tue, 28 Jun 2005 04:40:41 -0700 (PDT) Message-ID: <46d6db6605062804407a03bebe@mail.gmail.com> Date: Tue, 28 Jun 2005 13:40:41 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] interesting tftp experiments In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Reply-To: Christian MICHON , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: CoMiKe , qemu-devel@nongnu.org > Probably your problem is a port problem. this was a possibility > You have to options: >=20 > - If connecting on PORT mode in your FTP client, port 20 should be > redirected to your QEmu session through the -redir option. interesting, never heard of it. Makes sense. > - If you use passive mode on your FTP client (PASV) you don't need to > redirect any ports to QEmu, because in passive mode, the server is the > one that opens the port for data communication. I already tried that, no success. >=20 > I'm using an small FTP server for Windows (SlimFTPd, > http://www.whitsoftdev.com/slimftpd/). It has an Apache like config > file, and total size is 51 Kb. It supports both PORT and PASV mode. we've a winner here! this ftpd for windows host is working fine. I don't even need to redirect the port. Thanks alot :)))))) Christian