File support (send/receive but also mounting)
Hi there! Great project.
I'm using KDE Connect on my desktop and mobile phone but also my XR HMD headset. It's so very convenient to share files, e.g. video recordings. Anyway I was starting to wonder if I could get files from my headless Raspberry Pi this way, rather than scp, and stumble upon your work. Is it a planned feature?
I have the same use case. KDE Connect is by far the best method to send files from your phone to your PC. Having this as an option would make it so much simpler compared to setting up either FTP, SyncThing or some Dav server.
I am currently using KDE Connect inside a Docker Container, which I would gladly not have :D
Hi there! Great project.
I'm using KDE Connect on my desktop and mobile phone but also my XR HMD headset. It's so very convenient to share files, e.g. video recordings. Anyway I was starting to wonder if I could get files from my headless Raspberry Pi this way, rather than
scp, and stumble upon your work. Is it a planned feature?
it sounds like an interesting feature, i'll give it a look, but am very short on free time
I have the same use case. KDE Connect is by far the best method to send files from your phone to your PC. Having this as an option would make it so much simpler compared to setting up either FTP, SyncThing or some Dav server.
sending files has issues, i couldn't get it to work with large files, i'll take a look again
I am currently using KDE Connect inside a Docker Container, which I would gladly not have :D
what's your use case that needs to be dockerized?
what's your use case that needs to be dockerized?
My server is headless, therefore KDE Connect won't run without some trickery. Since I don't want to mess up my server I created a docker image for kde connect and let that run instead.
This implementation with file support, however, would make my docker image superfluous.
My server is headless, therefore KDE Connect won't run without some trickery. Since I don't want to mess up my server I created a docker image for kde connect and let that run instead.
This implementation with file support, however, would make my docker image superfluous.
are you sending files from your server or just receiving?, because its will be easier to implement reception
KDE Connect won't run without some trickery
Might want to try kdeconnectd -platform offscreen first.
My server is headless, therefore KDE Connect won't run without some trickery. Since I don't want to mess up my server I created a docker image for kde connect and let that run instead. This implementation with file support, however, would make my docker image superfluous.
are you sending files from your server or just receiving?, because its will be easier to implement reception
just receiving files on the server
Might want to try kdeconnectd -platform offscreen first.
That's a small part of the trickery
with version 0.4.0 you can receive files, sending files is still not implemented due to "some issues"