SFTP: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Geo
(Added step-by-step info on how to add SFTP video source)
>UNiversal
No edit summary
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. It can be added like any other video source via the File manager view:
As of XBMC v10 (Dharma), XBMC ships with [[w:SSH File Transfer Protocol|SFTP (SSH File Transfer Protocol)]] (not to be confused with FTP) client support for media. You can use SFTP to add as just another media source or as a way to connect to the machine that has XBMCbuntu v11 (Eden) and upwards installed, which contain Openssh server installed.
 
==Adding SFTP as a media source==
 
# Add Videos
# Add Videos
# Browse
# Browse
Line 7: Line 10:
# Select SSH/SFTP from the protocol menu
# Select SSH/SFTP from the protocol menu
# Complete other fields as required
# Complete other fields as required




'''SSH Source Example (source.xml):'''
'''SSH Source Example (source.xml):'''
<code>
<code>
     &lt;video>
     <video>
      &lt;source>
        &lt;source>
         &lt;name>Remote SSH Videos&lt;/name>
         &lt;name>Remote SFTP Videos</name>
         &lt;path>sftp://username:[email protected]/share/videos/&lt;/path>
         &lt;path>sftp://username:[email protected]/share/videos/&lt;/path>
       &lt;/source>
       &lt;/source>
     &lt;/video>
     &lt;/video>
</code>
</code>
==Connecting to XBMCBuntu via SFTP==
'''Examples of SFTP clients'''
*[http://filezilla-project.org/ FileZilla]
*[http://cyberduck.ch/ Cyberduck]
*[http://www.flashfxp.com/ FlashFXP]
From XBMCbuntu v11 (Eden) and newer, ships with openssh server, making it easier to access your files via SSH/SFTP. Alternative installations that contain Openssh can use the method below to connect.
# Choose a SFTP client and open an instance
# Enter The XBMC box IP (e.g. 192.168.3.3)
# Choose port '''22'''
# For '''username''' the login name you chose during install
# For '''password''' the password you chose during install


[[Category:File Sharing]]
[[Category:File Sharing]]

Revision as of 10:23, 14 November 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 ships with SFTP (SSH File Transfer Protocol) (not to be confused with FTP) client support for media. You can use SFTP to add as just another media source or as a way to connect to the machine that has XBMCbuntu v11 (Eden) and upwards installed, which contain Openssh server installed.

Adding SFTP as a media source

  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 SFTP Videos</name>
        <path>sftp://username:[email protected]/share/videos/</path>
      </source>
    </video>

Connecting to XBMCBuntu via SFTP

Examples of SFTP clients


From XBMCbuntu v11 (Eden) and newer, ships with openssh server, making it easier to access your files via SSH/SFTP. Alternative installations that contain Openssh can use the method below to connect.


  1. Choose a SFTP client and open an instance
  2. Enter The XBMC box IP (e.g. 192.168.3.3)
  3. Choose port 22
  4. For username the login name you chose during install
  5. For password the password you chose during install