c7cee37330
Uses KPluginLoader+KPluginMetadata instead. Describes plugins in json instead of desktop files. These desktop files are then embedded into the .so file. All the plugins will be in a kdeconnect/ directory, and those will be the ones to look for. Note it doesn't drop the KService dependency as KIOCore is a KDE Connect dependency as well. REVIEW: 123042 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
kdeconnect_sftp.json | ||
mounter.cpp | ||
mounter.h | ||
mountloop.cpp | ||
mountloop.h | ||
README | ||
sftp_debug.h | ||
sftpplugin.cpp | ||
sftpplugin.h |
This plugins receives packages with type "kdeconnect.sftp" and reads the following fields: ip (string): ip of the curretly active network on device port (string): port where sftp server starts user (string): username to connect to sftp server password (string): one session password to access sftp server path (string): root directory to access device filesystem This plugins sends packages with type "kdeconnect.sftp" and fills the following fields: startBrowsing (boolean): tell device to start sftp server and noify desktop