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 ?
Asked
Active
Viewed 1,990 times
-1
-
possible duplicate of How to network two Ubuntu computers using ethernet (without a router)? – karel Nov 02 '14 at 15:30
-
It doesn't really matter what your machines are connected over, and the general question is Best way to transfer files over a LAN between two Linux computers. – Dan Dascalescu Oct 14 '17 at 06:38
2 Answers
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
-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