Skip to content

file copy&paste using webdav

Jakub Janků requested to merge jjanku/spice-gtk:webdav-cb into master

This re-uses the existing phodav server to share copied files with the guest.

See MRs for the other components for more details:


v2

  • use existing channel instead of creating a new one
  • use \0 as delimiter for VD_AGENT_CLIPBOARD_FILE_LIST instead of \n

v3

  • fix build without phodav
  • support cutting files for nautilus and dolphin

v4

  • keep the original phodav dir structure (updated phodav MR)

v5

  • minor fix concerning retrying if the retrieved data is not in nautilus format

v6

  • extended commit messages

v7

  • added support for "x-special/gnome-copied-files" and "x-special/mate-copied-files", which means that cut/move should be working with more file managers
Edited by Jakub Janků

Merge request reports