kdeconnect-kde/kded/plugins/sftp
Aleix Pol 5c9d3a9d42 Make a new kdeconnectcore library
Solves the need of compiling device.cpp against all plugins. Also
networkpackage and others don't need to either.

REVIEW: 118742
2014-06-14 14:31:31 +02:00
..
CMakeLists.txt Make a new kdeconnectcore library 2014-06-14 14:31:31 +02:00
kdeconnect_sftp.desktop SVN_SILENT made messages (.desktop file) 2014-06-04 04:19:06 +00:00
kdeconnect_sftp_config.desktop SVN_SILENT made messages (.desktop file) 2014-06-04 04:19:06 +00:00
mounter.cpp Added a commented out snippet of code 2014-02-14 20:13:06 +01:00
mounter.h Made some methods const 2014-04-05 20:05:22 +02:00
mountloop.cpp SFTP plugin refactored 2014-01-23 01:58:53 +04:00
mountloop.h SFTP plugin refactored 2014-01-23 01:58:53 +04:00
README Renamed sftp plugin to "filesystem browser" 2014-02-02 21:59:09 +01:00
sftp_config.cpp Fixed sftp plugin crashing when mounting 2014-06-07 18:34:48 +02:00
sftp_config.h Idle timeout for SFTP plugin 2014-01-16 02:07:58 +04:00
sftp_config.ui Fixed typo 2014-06-07 18:47:24 +02:00
sftpplugin.cpp Fixed sftp plugin crashing when mounting 2014-06-07 18:34:48 +02:00
sftpplugin.h Fixed sftp plugin crashing when mounting 2014-06-07 18:34:48 +02:00

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