<div dir="ltr">You can avoid KIO altogether by using DBus to mount the remote<br>filesystem via the command line. This is how to do it using Qt's<br>qdbus (change the device id for yours):<br><br><font face="monospace, monospace">$ qdbus org.kde.kdeconnect /modules/kdeconnect/devices/a0d8ad8b2a7b72fc/sftp mountAndWait<br>true<br>$ qdbus org.kde.kdeconnect /modules/kdeconnect/devices/a0d8ad8b2a7b72fc/sftp mountPoint<br>/run/user/1000/a0d8ad8b2a7b72fc</font></div><br><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 23, 2018 at 4:42 PM Nerijus Baliunas <<a href="mailto:nerijus@users.sourceforge.net">nerijus@users.sourceforge.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I still get the same error. On my F28 I have the latest packages:<br>
kde-connect-1.3.0-1.fc28.x86_64<br>
kde-connect-nautilus-1.3.0-1.fc28.x86_64<br>
kde-connect-libs-1.3.0-1.fc28.x86_64<br>
kdeconnectd-1.3.0-1.fc28.x86_64<br>
<br>
I updated to 1.3.1 (built packages manually), but still the same.<br>
What file(s) do I need for protocol 'kdeconnect' to work? Maybe Fedora<br>
does not package them?<br>
<br>
On Wed, 22 Aug 2018 00:43:47 +0300 Alexandr Psevdonim <<a href="mailto:a.abramovuch@gmail.com" target="_blank">a.abramovuch@gmail.com</a>> wrote:<br>
<br>
> Hi Kfolks, I were not able to reproduce:<br>
> <br>
> > user@user~$ kioclient ls kdeconnect://<br>
> <br>
> Motorola Droid Ultra<br>
> <br>
> So, looks like there needs to use your absolute path. Try to use<br>
> <br>
> > sudo kioclient download kdeconnect://    # with your path here.<br>
> <br>
> You'll see much more if type key after kioclient command:<br>
> --commands<br>
> <br>
> Read more at:<br>
> <a href="https://www.commandlinux.com/man-page/man1/kioclient.1.html#index" rel="noreferrer" target="_blank">https://www.commandlinux.com/man-page/man1/kioclient.1.html#index</a><br>
> <br>
> Thanks, Alex<br>
> <br>
> 2018-08-21 22:14 GMT+03:00 Nerijus Baliunas <<a href="mailto:nerijus@users.sourceforge.net" target="_blank">nerijus@users.sourceforge.net</a>>:<br>
> <br>
> > I tried:<br>
> > $ kioclient ls kdeconnect://Elephone<br>
> > kioclient(7978): couldn't create slave: "Unable to create io-slave:<br>
> > klauncher said: Unknown protocol 'kdeconnect'.<br>
> ><br>
> > On Tue, 21 Aug 2018 18:52:36 +0200 Nicolas Fella <<a href="mailto:feeenico@gmail.com" target="_blank">feeenico@gmail.com</a>><br>
> > wrote:<br>
> ><br>
> > > KDE Connect offers a KIO slave (kdeconnect://) for file operations. You<br>
> > > should be able to use it from the command line using kioclient<br>
> > ><br>
> > > On Tue, Aug 21, 2018, 18:22 Nerijus Baliunas <<br>
> > <a href="mailto:nerijus@users.sourceforge.net" target="_blank">nerijus@users.sourceforge.net</a>><br>
> > > wrote:<br>
> > ><br>
> > > > Hello,<br>
> > > ><br>
> > > > I would like to automate getting photos from phone to PC. Is it<br>
> > possible<br>
> > > > to use kdeconnect from scripts? I can browse phone filesystem in<br>
> > Dolphin<br>
> > > > and move photos manually, but I would like to automate it.<br>
> > > ><br>
> > > > Regards,<br>
> > > > Nerijus<br>
<br>
</blockquote></div>