-1

I have a desktop PC running Ubuntu 14.04 LTS & Laptop running Kubuntu 14.04 LTS. I would like to transfer files from Desktop to my laptop using Samba (or whatever else). Can anyone guide me (or link me tuts) for it ?

0x221e
  • 317
  • 1
  • 5
  • 11

2 Answers2

1

You can use TCP as well : How to network two Ubuntu computers using ethernet (without a router)?

Looks this question has been asked before, just install openssh-ssh server it's easier to use rsync with this tool

dubis
  • 187
-2

http://lmgtfy.com/?q=install+smb+ubuntu

3rd one down looks good. Just install on both computers.

You could also use rsync to keep the same folders on both machines, or SCP/SFTP if you want to get crazy with it.

ernoh
  • 125