Kodi Community Forum
Is there a way to enable FTPS (not SFTP) in Kodi for Video sources? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Is there a way to enable FTPS (not SFTP) in Kodi for Video sources? (/showthread.php?tid=326009)



Is there a way to enable FTPS (not SFTP) in Kodi for Video sources? - 1337iceskater - 2017-12-26

Hi guys,

I am running Kodi on Raspberry Pi 2 and was trying to access my remote storage by SFTP. This was not possible as the Pi is not able to handle the SFTP overhead and therefore was unusable with this setting.
I then tried to use plain FTP, which is working fine, but also is kind of unsecure.
I was now thinking about using FTP with SSL or TLS.
As there is no option in the configuration, I am wondering if there is any method to configure Kodi to use FTPS sources in any way?
Or maybe there is a way to improve the SFTP performance to a better level?
The Pi currently is not overclocked or anything else, but I doubt if OC will bring that much of a benefit to handle SFTP overhead.

Any reply would be highly appreciated!

Thanks a lot in advance and merry Christmas!


RE: Is there a way to enable FTPS (not SFTP) in Kodi for Video sources? - Pulseeey - 2017-12-27

I believe you can add |auth=SSL/TLS to the end of the FTP path in the sources, I recall reading somewhere that it's something to do with the SSL libraries in Linux rather than an overhead issue that slows secure connections down.

Example: ftp://admin:pass@IP/Videos|auth=TLS


RE: Is there a way to enable FTPS (not SFTP) in Kodi for Video sources? - 1337iceskater - 2017-12-29

Quote:I believe you can add |auth=SSL/TLS to the end of the FTP path in the sources, I recall reading somewhere that it's something to do with the SSL libraries in Linux rather than an overhead issue that slows secure connections down.
(2017-12-27, 00:44)Pulseeey Wrote: Example: ftp://admin:pass@IP/Videos|auth=TLS
This has been the correct answer. Thanks for this quick reply and help!