From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DfuND-0003Px-2u for qemu-devel@nongnu.org; Wed, 08 Jun 2005 02:49:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DfuN2-0003Oi-Ov for qemu-devel@nongnu.org; Wed, 08 Jun 2005 02:49:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfuN1-0003Mh-Gb for qemu-devel@nongnu.org; Wed, 08 Jun 2005 02:48:59 -0400 Received: from [64.233.184.198] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DfuLP-0004Mp-30 for qemu-devel@nongnu.org; Wed, 08 Jun 2005 02:47:19 -0400 Received: by wproxy.gmail.com with SMTP id 50so472983wri for ; Tue, 07 Jun 2005 23:43:40 -0700 (PDT) Message-ID: <46d6db66050607234354d0c93@mail.gmail.com> Date: Wed, 8 Jun 2005 08:43: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> <1118102065.9735.50.camel@aragorn> <46d6db66050607014022a530d8@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 I used 3 ways, either valid with msys or dos shell. all fail :( I can ping 10.0.2.2 perfectly, I even tried as administrator inside a dos prompt. the file I'm trying to get inside the guest is barely 58 bytes long Anyone ever got tftp to work inside a XP host ? Christian > > Error code 2: Access violation >=20 > Did you specify the correct path? The full path on the host has to be > specified, exacly as given to qemu. In addition only "UNIX" style paths i= s > supported. >=20 > > is -tftp today working only on linux hosts? >=20 > From what I can tell it should work on all hosts, but there is some > security issues on Windows and the path name support is not that good for > Windows either..