Page 1 of 1

Transferring files to the matrix

PostPosted: Mon Mar 17, 2014 5:11 pm
by alanb2121
How do you transfer files over the network to the Matrix. I see there is an FTP server built into XBMC but no idea what the password or username is?

Re: Transferring files to the matrix

PostPosted: Mon Mar 17, 2014 7:48 pm
by mijanek
use smb...

under windows simply:
\\matrixtv\root
username=root
pwd=root

or for linux :

Code: Select All Code
mount.cifs //matrixtv/root my_mountpoint -o username=root


where my_mountpoint is you local directory and must exist..

Re: Transferring files to the matrix

PostPosted: Tue Mar 18, 2014 3:18 am
by alanb2121
Too easy!!! :)

Thanks