From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CG4KQ-0000e6-EI for qemu-devel@nongnu.org; Fri, 08 Oct 2004 19:39:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CG4KO-0000cm-3D for qemu-devel@nongnu.org; Fri, 08 Oct 2004 19:39:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CG4KN-0000cH-9J for qemu-devel@nongnu.org; Fri, 08 Oct 2004 19:39:11 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CG4D5-0002PV-RO for qemu-devel@nongnu.org; Fri, 08 Oct 2004 19:31:40 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.34) id 1CG3tS-0007FO-Kv for qemu-devel@nongnu.org; Fri, 08 Oct 2004 19:11:22 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CG3pl-00074R-00 for ; Sat, 09 Oct 2004 01:07:33 +0200 Received: from amarseille-206-1-25-224.w81-51.abo.wanadoo.fr ([81.51.214.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Oct 2004 01:07:33 +0200 Received: from daimon55 by amarseille-206-1-25-224.w81-51.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Oct 2004 01:07:33 +0200 From: Ronald Date: Sat, 09 Oct 2004 01:07:28 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] [WIN32] tftp issue Reply-To: daimon55@free.fr, 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 Hi all, tonight I decided to give a try to tftp transfert between a windows 98 host and linux guest. First thing I had to deal with was how to pass the tftp_prefix, I figured out that omiting the drive letter and his preceding slash is the right way (ie exporting C:\temp to guest consist in passing -tftp /temp to qemu). The issue I had next was with file transfert, I can get some files completely and only the first bytes for some others. I don't know already on what it depends (size, file type ...?), but I thought I should let you know that.