From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dz7ny-0005t4-Jg for qemu-devel@nongnu.org; Sun, 31 Jul 2005 03:00:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dz7nu-0005sU-5L for qemu-devel@nongnu.org; Sun, 31 Jul 2005 03:00:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dz7nq-0005ov-5b for qemu-devel@nongnu.org; Sun, 31 Jul 2005 03:00:07 -0400 Received: from [64.233.162.194] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dz7oR-0005em-Ua for qemu-devel@nongnu.org; Sun, 31 Jul 2005 03:00:44 -0400 Received: by zproxy.gmail.com with SMTP id s18so741354nze for ; Sat, 30 Jul 2005 23:48:29 -0700 (PDT) Message-ID: <79bf984805073023485e9411d5@mail.gmail.com> Date: Sat, 30 Jul 2005 23:48:29 -0700 From: Mike Swanson Subject: Re: [Qemu-devel] file system sharing In-Reply-To: <200507310258.13169.mark.williamson@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200507310258.13169.mark.williamson@cl.cam.ac.uk> Reply-To: Mike Swanson , 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 You can probably also set up an ftp or smb (via Samba) server to transfer files within the guest OS. HTTP should also work with Apache, but remember the protocol wasn't originally designed for uploads, and not all clients (eg, web browsers) support it. --=20 Mike