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