From: "John R. Hogerhuis" <jhoger@pobox.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Win98: how to exchange data with Linux
Date: Wed, 14 Jul 2004 22:25:43 -0700 [thread overview]
Message-ID: <1089869143.15786.193.camel@aragorn> (raw)
In-Reply-To: <1089851909.19121.28.camel@shawn.local>
On Wed, 2004-07-14 at 17:38, Leigh Dyer wrote:
> 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.
>
I don't know what WebDAV is but if you implement http GET and PUT you
have a full solution to transferring files, just no security. OP just
wanted a way to do easy clipboard between the two, no security there
either.
But usual FTP doesn't give you real security anyway, so no big
difference really.
Security can be added in the form of cgi scripts, authentication, even
encryption (HTTPS or SSL) later on. Just need to pick the right web
server to embed, and figure out the business end of it that integrates
with SMB (would have to utilize samba...).
And actually I don't think we would need to write yet another web
server. There are several on Freshmeat, including lightweight ones, for
the picking.
Seems kind of exciting prospect actually. Imagine you have some legacy
part of a business process running under windows. With an easy file
sharing scheme like this, Windows+app becomes a black box with enough
inputs/outputs and levers (some HTTP POST commands) to run essentially
headless.
Later,
-- John.
next prev parent reply other threads:[~2004-07-15 5:25 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-12 21:56 [Qemu-devel] Win98: how to exchange data with Linux Mario Cazorzi
2004-07-12 22:12 ` Joe Menola
2004-07-13 1:23 ` Jim C. Brown
2004-07-13 2:03 ` Joe Menola
2004-07-13 2:51 ` /dev/tun Was: " Jim C. Brown
2004-07-13 3:15 ` Joe Menola
2004-07-15 2:10 ` Joe Menola
2004-07-15 2:49 ` Jim C. Brown
2004-07-16 1:01 ` Joe Menola
2004-07-16 1:39 ` Jim C. Brown
2004-07-18 23:12 ` Joe Menola
2004-07-12 22:25 ` John R. Hogerhuis
2004-07-13 7:24 ` vaise
2004-07-13 14:08 ` Sebastien Bechet
2004-07-13 14:18 ` Adrian Smarzewski
2004-07-13 14:46 ` Adrian Smarzewski
2004-07-13 17:22 ` Filip Navara
2004-07-13 17:45 ` John R. Hogerhuis
2004-07-13 17:58 ` Adrian Smarzewski
2004-07-13 18:11 ` John R. Hogerhuis
2004-07-13 18:31 ` Adrian Smarzewski
2004-07-14 2:42 ` Jim C. Brown
2004-07-14 9:50 ` Adrian Smarzewski
2004-07-14 10:04 ` Antony T Curtis
2004-07-14 11:11 ` Fabrice Bellard
2004-07-14 11:58 ` Adrian Smarzewski
2004-07-14 14:01 ` Adrian Smarzewski
2004-07-14 12:28 ` Brad Watson
2004-07-14 12:46 ` Adrian Smarzewski
2004-07-14 16:44 ` John R. Hogerhuis
2004-07-15 0:38 ` Leigh Dyer
2004-07-15 5:25 ` John R. Hogerhuis [this message]
2004-07-15 5:38 ` Leigh Dyer
2004-07-14 2:34 ` Jim C. Brown
2004-07-14 6:02 ` Jim C. Brown
2004-07-14 6:15 ` Johannes Martin
2004-07-13 17:50 ` Adrian Smarzewski
2004-07-13 22:31 ` Sebastien Bechet
2004-07-14 2:26 ` Jim C. Brown
2004-07-14 3:15 ` Filip Navara
2004-07-14 9:54 ` Adrian Smarzewski
2004-07-14 9:55 ` Adrian Smarzewski
2004-07-14 10:14 ` J. Mayer
2004-07-14 2:21 ` Jim C. Brown
2004-07-12 22:50 ` [Qemu-devel] " Robert Wittams
-- strict thread matches above, loose matches on Subject: below --
2004-07-13 16:07 [Qemu-devel] " Mario Cazorzi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1089869143.15786.193.camel@aragorn \
--to=jhoger@pobox.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).