[Spice-devel] Fwd: [PATCH spice-gtk 0/2] WebDAV channel

Cody Chan int64ago at gmail.com
Wed Apr 2 09:38:45 PDT 2014


Oh , sorry for sending mail to only Marc-André
-----------------------------------------------------------------
Hi all, I want to test shared folder , but there is a error during
installing spice-webdavd-x86-0.1.24.msi,
the error message box is here: http://dwz.cn/fO6Um
and I try it in win7_x86 and win8_x64,both the same error
Is there someone can give me some advices ?
Thx a lot!

On Fri, Feb 28, 2014 at 8:16 PM, Marc-André Lureau
<marcandre.lureau at gmail.com> wrote:
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
>
> Hi,
>
> This is the client bits to get folder sharing capability using the
> WebDAV channel.
>
> How to test it?
>
> You'll need spice-server with this patch:
> http://patchwork.freedesktop.org/patch/17802/
>
> Then using qemu master, use the following port redirection:
>
>  -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0 -chardev spiceport,name=org.spice-space.webdav.0,id=charchannel1
>
> In a Windows guest, you must then install
> http://elmarco.fedorapeople.org/spice-webdavd-x86-0.1.24.msi, and
> register the drive (by running map-drive.bat from Program Files/Spice
> webdav). By default, the "public share" directory is used. You may
> specify a different folder with --spice-share-dir option.
>
> With a Linux guest, atm, you must compile phodav (form git.gnome.org)
> and run spice-webdavd -p 8000 as root. The folder will show up in
> nautilus network places. It can then be mounted and browsed in
> traditional apps thanks to gvfs-fuse.
>
>
> Marc-André Lureau (2):
>   Add webdav channel
>   session: add shared-dir property and option
>
>  .gitmodules                          |   3 +
>  autogen.sh                           |   2 +-
>  configure.ac                         |   4 +
>  doc/reference/spice-gtk-docs.xml     |   1 +
>  doc/reference/spice-gtk-sections.txt |  17 +
>  doc/reference/spice-gtk.types        |   4 +-
>  gtk/Makefile.am                      |   9 +-
>  gtk/channel-webdav.c                 | 737 +++++++++++++++++++++++++++++++++++
>  gtk/channel-webdav.h                 |  68 ++++
>  gtk/map-file                         |   1 +
>  gtk/phodav                           |   1 +
>  gtk/spice-channel.c                  |   6 +
>  gtk/spice-client.h                   |   1 +
>  gtk/spice-glib-sym-file              |   1 +
>  gtk/spice-option.c                   |   5 +
>  gtk/spice-session-priv.h             |   6 +
>  gtk/spice-session.c                  |  50 ++-
>  spice-common                         |   2 +-
>  18 files changed, 912 insertions(+), 6 deletions(-)
>  create mode 100644 gtk/channel-webdav.c
>  create mode 100644 gtk/channel-webdav.h
>  create mode 160000 gtk/phodav
>
> --
> 1.8.5.3
>


More information about the Spice-devel mailing list