SFTP

From XBMC
(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
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.
  
 +
'''SSH Source Example:'''
 +
<code>
 +
    &lt;video>
 +
      &lt;source>
 +
        &lt;name>Remove SSH Videos&lt;/name>
 +
        &lt;path>sftp://username:password@server.com/share/videos/&lt;/path>
 +
      &lt;/source>
 +
    &lt;/video>
 +
</code>
  
 
[[Category:File Sharing]]
 
[[Category:File Sharing]]

Revision as of 18:40, 13 May 2012

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

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>Remove SSH Videos</name>
        <path>sftp://username:password@server.com/share/videos/</path>
      </source>
    </video>

Personal tools
Namespaces
Variants
Actions
Navigation
Wiki help
Google Search
Toolbox