SFTP: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Valent
No edit summary
>Geo
(Added step-by-step info on how to add SFTP video source)
Line 1: Line 1:
{{incomplete}}
{{incomplete}}
{{XBMC wiki toc}}
{{XBMC wiki toc}}
As of XBMC v10 (Dharma), XBMC has [[w:SSH File Transfer Protocol|SFTP (SSH File Transfer Protocol)]] (not to be confused with FTP) client support for media.
As of XBMC v10 (Dharma), XBMC has [[w:SSH File Transfer Protocol|SFTP (SSH File Transfer Protocol)]] (not to be confused with FTP) client support for media. It can be added like any other video source via the File manager view:
# Add Videos
# Browse
# Add network location
# Select SSH/SFTP from the protocol menu
# Complete other fields as required


'''SSH Source Example:'''
 
 
'''SSH Source Example (source.xml):'''
<code>
<code>
     &lt;video>
     &lt;video>

Revision as of 02:32, 25 June 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. It can be added like any other video source via the File manager view:

  1. Add Videos
  2. Browse
  3. Add network location
  4. Select SSH/SFTP from the protocol menu
  5. Complete other fields as required


SSH Source Example (source.xml):

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