0

I have a laptop and desktop running Ubuntu and Xubuntu respectively -- both are 64 bit 11.10 version.

I use XBMC on both machines to play media.

I want to access the media on my desktop and play it on my laptop.

I need somthing that can enable Library Update [tried UPnP and I have to find the directory everytime].

I tried many things, but on either machine the other machine won't show up on the Windows network or auto detect.

Manually adding the IP address opens a password dialog and I can't even access with the id and pass of that machine.

mickmackusa
  • 852
  • 1
  • 10
  • 20
sarvesh.lad
  • 2,534

3 Answers3

1

You could use SSH for file sharing like described here: https://askubuntu.com/a/34771/37157 It's a lot easier than Samba.

chris
  • 786
0

Steps need to do 1. check both computer can ping each other. ping from A computer with B computer's ip

ping BcomputerIP  [from A machine and vice versa]
  1. Try to share your file using samba in right way. See here http://shantanucse.blogspot.com/2012/01/share-your-file-with-windows-using.html
shantanu
  • 8,835
0

SMB protocol is used for sharing between windows and Linux. For Linux to Linux folder sharing you can SSH protocol

jelmer
  • 2,156