Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-04 | filexfer: Remove wrongly placed semicolon | Pavel Grunt | 1 | -1/+1 | |
Spotted by coverity | |||||
2015-01-16 | Add button for cancelling file transfer | Pavel Grunt | 1 | -0/+12 | |
2015-01-16 | Add progress bar for file transfer | Pavel Grunt | 1 | -0/+29 | |
2015-01-15 | Use drag and drop for transfering files from client to guest | Pavel Grunt | 1 | -0/+22 | |
2015-01-15 | Implement methods for transfering files from client to guest | Pavel Grunt | 1 | -0/+25 | |
It is possible to transfer files from the client to the guest using File API [0] when a spice vd agent is connected. Methods for the transfer are based on spice-gtk implementation. [0] http://www.w3.org/TR/file-upload/ |