kdeconnect-kde/kded/plugins/filetransfer
Albert Vaca 95ef31acea Documentation
Added a README to each plugin explaining the content of the packages they
send and receive
Explained the format of encrypted packages.
2013-09-24 14:14:34 +02:00
..
autoclosingqfile.cpp First iteration of filetransfer plugin 2013-09-10 19:01:46 +02:00
autoclosingqfile.h First iteration of filetransfer plugin 2013-09-10 19:01:46 +02:00
CMakeLists.txt Moved filetransferjob from filetransfer plugin to networkpackage 2013-09-24 14:10:25 +02:00
filetransferplugin.cpp Moved filetransferjob from filetransfer plugin to networkpackage 2013-09-24 14:10:25 +02:00
filetransferplugin.h First iteration of filetransfer plugin 2013-09-10 19:01:46 +02:00
kdeconnect_filetransfer.desktop SVN_SILENT made messages (.desktop file) 2013-09-20 16:02:43 +02:00
README Documentation 2013-09-24 14:14:34 +02:00

It receives a packages with type kdeconnect.filetransfer. If they have a payload
attached, it will download it as a file with the filename set in the field
"filename" (string). If that field is not set it should generate a filename.

<TODO>
If the content transferred is text, it can be sent in a field "text" (string)
instead of an attached payload. In that case, this plugin opens a text editor
with the content instead of saving it as a file.
</TODO>