SFTP

From Official Kodi Wiki
Revision as of 10:41, 24 November 2012 by >UNiversal (→‎Connecting to XBMCbuntu via SFTP)
Jump to navigation Jump to search
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 a media source or as a way to connect to the machine that has XBMCbuntu v11 (Eden) and upwards installed, which contain Openssh server installed.

see also SSH

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


SFTP 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

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 also use the method below to connect.


Examples of SFTP clients

Connecting to XBMCbuntu SFTP

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

Some XBMCBuntu username is xbmc and password blank where you dindt set a username or password during install.