SFTP: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Valent
No edit summary
>Valent
No edit summary
Line 7: Line 7:
     <video>
     <video>
       <source>
       <source>
         <name>Remove SSH Videos</name>
         <name>Remote SSH Videos</name>
         <path>sftp://username:[email protected]/share/videos/</path>
         <path>sftp://username:[email protected]/share/videos/</path>
       </source>
       </source>

Revision as of 18:41, 13 May 2012

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

Template:XBMC wiki toc As of XBMC v10 (Dharma), XBMC has SFTP (SSH File Transfer Protocol) (not to be confused with FTP) client support for media.

SSH Source Example:

    <video>
      <source>
        <name>Remote SSH Videos</name>
        <path>sftp://username:[email protected]/share/videos/</path>
      </source>
    </video>