qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Win98: how to exchange data with Linux


From: Leigh Dyer
Subject: Re: [Qemu-devel] Win98: how to exchange data with Linux
Date: Thu, 15 Jul 2004 10:38:29 +1000

On Wed, 2004-07-14 at 09:44 -0700, John R. Hogerhuis wrote:
> On Wed, 2004-07-14 at 04:11, Fabrice Bellard wrote:
> 
> > 1) built-in FTP server in the SLIRP layer.
> 
> HTTP was intended at least in part to replace FTP. It might make more
> sense as a file transfer protocol. Maybe integrate a simple web server
> into SLIRP layer instead of FTP?

I also like the idea of a web server instead of an FTP server. A basic
web server would be quite a bit easier to write than an FTP server, and
it could later be extended with a basic WebDAV implementation to support
more filesystem-like read-write access.

The downside is that WebDAV is possibly more complex to implement than
FTP, and a HTTP server without WebDAV is only really a partial solution,
since there's no really easy way to do guest->host transfers.

Thanks
Leigh





reply via email to

[Prev in Thread] Current Thread [Next in Thread]