Unsupported sftp after upgrade (18.4)

Hello I have just upgraded my OSMC from Kodi 18.3 to Kodi 18.4
and after restart, sftp is no more working
vfs.sftp plugin has also changed from v1.0.1 to vfs.sftp v1.0.3 so problem may could be here

Here are my logs:

2019-11-07 22:08:57.175 T:1915876912 NOTICE: Starting Kodi (18.4). Platform: Linux ARM (Thumb) 32-bit
2019-11-07 22:08:57.175 T:1915876912 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
2019-11-07 22:08:57.175 T:1915876912 NOTICE: Kodi compiled 2019-11-01 by GCC 6.3.0 for Linux ARM (Thumb) 32-bit version 4.9.110 (264558)
2019-11-07 22:08:57.175 T:1915876912 NOTICE: Running on Open Source Media Center 2019.10-1, kernel: Linux ARM 32-bit version 4.19.55-3-osmc
…
2019-11-07 22:09:07.654 T:1915876912 NOTICE: ADDON: vfs.sftp v1.0.3 installed
…
2019-11-07 22:10:25.430 T:1576997600 WARNING: Create - unsupported protocol(sftp|ssh) in sftp|ssh://USERNAME@mysshserver:22/
2019-11-07 22:10:25.432 T:1915876912 ERROR: CGUIMediaWindow::GetDirectory(sftp|ssh://USERNAME@mysshserver:22/) failed

I can still connect from a console, using an ssh key:
osmc@osmc:~$ sftp kodi@mysshserver
Connected to mysshserver.
sftp>

If you have any clue let me know, otherwise I’m going to check changes on plugin

Cheers,
Edouard

Can you please post full logs

Sam

Hello Sam,

with the previous version of vfs.sftp plugin you had to specify “sftp|ssh://”
now you have to specify simply “sftp://” in source.xml

It works perfectly when correcting the protocol name

King regards
Edouard

1 Like