Hey,
On Wed, Feb 26, 2014 at 02:47:13PM +0100, Marc-André Lureau wrote:
> This change now triggers some warnings and selinux errors on f20:
>
> Feb 26 14:36:12 localhost.localdomain spice-vdagent[833]: warning
> could not get file xfer save dir, using cwd
>
>
>
> Feb 26 14:36:14 localhost.loca
On Čt, 2014-02-27 at 18:27 +0100, Marc-André Lureau wrote:
> Hi
>
> On Wed, Feb 26, 2014 at 11:00 PM, Jonathon Jongsma
> wrote:
> > There's also the option of using a 'temporary' name (e.g.
> > DraftWebDAVChannel or something) until we're convinced that it's the
> > right approach and then renam
On Fri, Feb 28, 2014 at 01:16:17PM +0100, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> 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/pat
From: Marc-André Lureau
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
virtser
From: Marc-André Lureau
Allow to specify the shared directory from the command line, or at
runtime via properties. (still default to xdg public share, if none
specified)
---
gtk/channel-webdav.c | 8 ++--
gtk/spice-option.c | 5 +
gtk/spice-session-priv.h | 3 +++
gtk/spice-
From: Marc-André Lureau
See spice-common for protocol details. phodav, a webdav server library,
is imported thanks to a submodule, until this project has a stable API
and releases.
The webdav channel is reponsible for handling port events and
multiplexing the request streams. Extra care has bee