From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DfZoK-0005yM-Ld for qemu-devel@nongnu.org; Tue, 07 Jun 2005 04:51:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DfZkO-0005mp-C9 for qemu-devel@nongnu.org; Tue, 07 Jun 2005 04:47:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfZhZ-0005i2-7f for qemu-devel@nongnu.org; Tue, 07 Jun 2005 04:44:52 -0400 Received: from [64.233.184.205] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DfZhS-0005mh-Jb for qemu-devel@nongnu.org; Tue, 07 Jun 2005 04:44:42 -0400 Received: by wproxy.gmail.com with SMTP id 71so182465wra for ; Tue, 07 Jun 2005 01:41:16 -0700 (PDT) Message-ID: <46d6db66050607014022a530d8@mail.gmail.com> Date: Tue, 7 Jun 2005 10:40:31 +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: <1118102065.9735.50.camel@aragorn> 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> <1118102065.9735.50.camel@aragorn> 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: qemu-devel@nongnu.org all these discussions around tftp looked nice and sweet. So I told myself, instead of using winimage (shareware), why not transferring files "live". Yet, when you try on a windows host to exchange files with a linux guest (inside qemu and with -tftp option), all you get is: Error code 2: Access violation is -tftp today working only on linux hosts ? I also read somewhere the transfer is limited to files lesser than 64k. Can anyone confirm? Christian