Add FTPsource
#1
Hi

I want to add my friends ftp-server as a movie source, so we can share media with ease. The issue is when i connect with FTPrush i use protocol "SSL FTP (AUTH TLS)", but when i try the same with xbmc i get failed to connect.

i have added his ftp like this in source.xml
Code:
<source>
            <name>Ftp</name>
            <path>ftps://g_street:pass@site:port/?auth=ssl/</path>
        </source>

if its not possible with xbmc, can i add support for it anyway? or somehow go around it and make xbmc use ftprush in anyway.

thanks for your time, appreciate any input

My Setup
Platform: Windows XP Professional Service Pack 3 build 2600. Built on Dec 15 2008 (compiler 1500)
Intel® Core™2 CPU 6300 @ 1.86GHz
GL_RENDERER = GeForce 7600 GT/PCI/SSE2
Rev17031
Debug
Code:
15:31:26 T:3892 M:1410048000   DEBUG: Clearing cached fileitems [ftps://g_street:pass@site:port/?auth=ssl/]
15:31:26 T:3892 M:1410310144   DEBUG: CGUIMediaWindow::GetDirectory (ftps://g_street:pass@site:port/?auth=ssl/)
15:31:26 T:3892 M:1410310144   DEBUG:   ParentPath = []
15:31:26 T:3892 M:1410297856   DEBUG: Win32DllLoader::Load(C:\Program Files\XBMC\system\libcurl.dll)
15:31:26 T:3892 M:1409736704   DEBUG: FileCurl::Open(0012D580) ftps://g_street:pass@site:port//
15:31:26 T:3892 M:1409675264    INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to ftps://site
15:31:26 T:3892 M:1409765376   DEBUG: Curl:: Debug About to connect() to site port x (#0)
15:31:26 T:3892 M:1409765376   DEBUG: Curl:: Debug   Trying x.x.x.x...
15:31:26 T:3892 M:1409744896   DEBUG: Curl:: Debug Connected to site (x.x.x.x) port x (#0)
15:31:26 T:3892 M:1409744896   DEBUG: Curl:: Debug libcurl is now using a weak random seed!
15:31:36 T:3892 M:1410113536   DEBUG: Curl:: Debug SSL connection timeout
15:31:36 T:3892 M:1410105344   DEBUG: Curl:: Debug Expire cleared
15:31:36 T:3892 M:1410105344   DEBUG: Curl:: Debug Closing connection #0
15:31:36 T:3892 M:1410105344   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
15:31:36 T:3892 M:1410105344   DEBUG: FileCurl::Close(0012D580) ftps://g_street:pass@site:port//
15:31:36 T:3892 M:1410105344   ERROR: CGUIMediaWindow::GetDirectory(ftps://g_street:pass@site:port/?auth=ssl/) failed
Reply

Logout Mark Read Team Forum Stats Members Help
Add FTPsource0