From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dhl5e-0005Fd-G5 for qemu-devel@nongnu.org; Mon, 13 Jun 2005 05:18:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dhl2k-0005Ah-2i for qemu-devel@nongnu.org; Mon, 13 Jun 2005 05:15:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dhl0X-0004ry-Rc for qemu-devel@nongnu.org; Mon, 13 Jun 2005 05:13:28 -0400 Received: from [64.233.184.205] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhkoG-0001mE-EH for qemu-devel@nongnu.org; Mon, 13 Jun 2005 05:00:44 -0400 Received: by wproxy.gmail.com with SMTP id 71so2017050wra for ; Mon, 13 Jun 2005 01:59:40 -0700 (PDT) Message-ID: <46d6db6605061301597cb7095a@mail.gmail.com> Date: Mon, 13 Jun 2005 10:59:40 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] Looking for an easy way to exchange data bidirectional between host and guest (including some suggestion) In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42A061E3.8010804@xtal.rwth-aachen.de> <20050606142848.GA21394@jbrown.mylinuxbox.org> <20050608182439.GA25845@jbrown.mylinuxbox.org> <20050611205850.GA7047@jbrown.mylinuxbox.org> <46d6db6605061114293bc84546@mail.gmail.com> 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: Henrik Nordstrom Cc: qemu-devel@nongnu.org > 6) Run a FTP daemon on your host, and FTP to this from your guest. I tried this one, since it looked the easiest. I installed war-ftpd, which is working well inside the host. I can now connect from the ftp guest (linux inside qemu), but no file transfer is possible. Actually, even a "dir" does not work. Yet, I can at least connect. I tested the ftpd functionality from the host, all is ok. I can't figure out what is wrong, except somebody mentionned recently you need 2 connections over slirp to do ftp, which is not possible. Now I need to look for a tftpd server for XP host... Still investigating. Thanks for the pointers on the tftp source. I'll look into it if the tftpd xp host server does not work out. Christian