Kodi Community Forum
SSL and TLS support in XBMC's FTP client (libcurl / curl) for FTPS - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: SSL and TLS support in XBMC's FTP client (libcurl / curl) for FTPS (/showthread.php?tid=20721)

Pages: 1 2 3 4 5


- spiff - 2007-09-14

indeed


- elupus - 2007-09-14

in either case ( me and spiff did some reading up, and got utterly confused Smile ). your log made sence, since i had forgotten to add ftps as a supported protocol. it's added now, give it a go. or better yet, give me a ftp server and username i can try against (tls or ssl)


- realjobe - 2007-09-18

ok, I'll try with _rev10259.

what was the syntax again for Auth = SSL?
Sad


- elupus - 2007-09-18

ftp://host/path?auth=ssl

you can use auth ssl/tls/any, technically it only specifies preference order. any is just default curl preference.


XBMC wiki - Gamester17 - 2007-09-19

http://xboxmediacenter.com/wiki/index.php?title=Types_of_Media_Sources#FTP_.28File_Transfer_Protocol.29_Client

Feel free to get the manual up-to-date Big Grin


- realjobe - 2007-11-05

Dear Members.

there seem to be still some problem with SSL authenticated and secure FTP transfer even with 10638 build.

User can login properly but then the connection gets disconnected and folder change & filetranser does not work.

I can provide the proper SSL FTP server to test against. Smile


- elupus - 2007-11-05

haven't had time to look at it yet. the url you gave me still valid?


- realjobe - 2007-11-06

elupus Wrote:haven't had time to look at it yet. the url you gave me still valid?

Jes it is. I you want, i'll put there some real content also. PM me for that.
.)


- elupus - 2007-11-16

just tested against your ftp server. everything works fine. do you have a log of when it fails?


- hattmall - 2008-08-11

So does is this working?
I think I just have a problem with the syntax, pls let me know if I can get this to work heres what i have tried

ftps://myun:[email protected]:21107/?auth=ssl

i've tried a few different combinations of ftp ftps moving the / and port number around, but don't know exactly what to do.

In FlashFXP I set it to
Auth SSL
with Checks in
Secure File Listing
and Secure File Transer
any help greatly appreciated.


SSL Secure FTP Connections - hattmall - 2008-08-15

Does this work in XBMC? I have searched and found one thread with some talk about it, but I haven't figured out if it works or not, and if it does work, how do i go about using it.

I have an FTP Server, that I can connect to in FlashFXP, I have to check AUTH SSL and Secure Transfers, and Secure File Listing. What can I do to make this work with XBMC?


- elupus - 2008-08-15

on xbox it should work, but not sure what the status is on linux. you should just need to use ftps:// type url, with a appended ?auth=ssl or ?auth=tls


- hattmall - 2008-08-16

hey thanks for the reply, can u give me the exact syntax i should use. like does this look correct or should some part of it be in a different place

ftps://myun:[email protected]:21107/?auth=ssl

Im just not positive where to put the ?auth=ssl i think thats my only problem. Thanks


FTP/SCP over SSH support - arnova - 2008-09-09

I know XBMC uses curl for all the network stuff. As curl also supports SCP/FTP over SSH, I was wondering whether it would be possible to make XBMC also support these protocols for "network locations"?


- jmarshall - 2008-09-09

It should work out of the box I think - try using ftps:// style URLs. I recall that there's some information on the forums already about this that a search may turn up?

Cheers,
Jonathan