[Spice-devel] [PATCH spice-html5 0/4] Enable file transfer from client to guest
Pavel Grunt
pgrunt at redhat.com
Wed Jan 7 05:16:14 PST 2015
Hi, the intetion of this series is to add the ability to transfer files from the client to the guest.
To make it work it was convenient to start using agent tokens (PATCH 1/4 & 2/4) because there can be a lot of agent messages when sending a file.
Methods for the transfer are based on relevant methods in spice-gtk.
Pavel Grunt (4):
Handle agent tokens
Send agent messages only when have agent tokens
Implement methods for transfering files from client to guest
Use drag and drop for transfering files from client to guest
enums.js | 6 +++
filexfer.js | 46 +++++++++++++++++++
main.js | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
spice.html | 8 ++++
spice_auto.html | 8 ++++
spicemsg.js | 122 +++++++++++++++++++++++++++++++++++++++++++++++-
6 files changed, 320 insertions(+), 10 deletions(-)
create mode 100644 filexfer.js
--
1.9.3
More information about the Spice-devel
mailing list