https://github.com/lofyer/spice-webdav
Resources that spice-webdav needs.
https://github.com/lofyer/spice-webdav
Last synced: about 1 month ago
JSON representation
Resources that spice-webdav needs.
- Host: GitHub
- URL: https://github.com/lofyer/spice-webdav
- Owner: lofyer
- Created: 2015-06-29T07:58:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T09:56:22.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T03:34:13.268Z (9 months ago)
- Size: 4.77 MB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- stars - lofyer/spice-webdav - webdav needs. (HarmonyOS / Windows Manager)
README
# UPDATE 2019-04:
1. Install and ENABLE spice-webdavd SERVICE in WINDOWS guest from https://www.spice-space.org/download/windows/spice-webdavd/
2. Download virt-viewer in client from http://virt-manager.org, "Run as Administrator" remote-viewer
3. Select folder to be shared.# Guest libvirt xml
Add the following section in `...`:
```
```
## a) in Windows guest OS:
1. Disable Windows Firewall2. As Administrator, Install spice-webdavd in Windows guest from https://www.spice-space.org/download/windows/spice-webdavd/, and enable spice-webdavd service from task manager.
3. If not as a service, please manually run `map-drive.bat` from Program Files/Spice webdav/
4. You MAY need re-compile the https://gitlab.gnome.org/GNOME/phodav via mingw or just change another version of spice-webdav.msi.
## b) in Linux guest OS:
It's similar to Windows guest, but you should build and run webdav-agent by yourself:
```
git clone phodav from upstream
yum -y install gnome-common gcc gcc-c++ automake autoconf libtool
intltool gtk-doc glib2-devel libsoup-devel libxml-devel
./autogen.sh
make
make install
spice-webdavd -p 8000
```
## In your virt-viewer client
The Spice client can share a folder with the remote guest. By default folder sharing is disabled. Use the remote-viewer "File" → "Preferences" menu to enable it. The default shared directory is the XDG Public Share directory (ie ~/Public if you use a regular system). You may specify a different folder with --spice-share-dir client option.# Reference:
http://www.spice-space.org/page/PlannedFeatureshttp://www.spinics.net/lists/spice-devel/msg07812.html
http://lists.freedesktop.org/archives/spice-devel/2014-April/016582.html
https://elmarco.fedorapeople.org/