How do I share files between two computers connected to a router?

Geoffrey

I have a desktop and a laptop both connected by cables to a router.

I thought the computers were supposed to show up in Nautilus in the Network folder. That way I could then easily share files between them. They do not.

Huckle

Gnome 2 provides an easy way to share filesystems using sshfs. Essentially all that is needed is the OpenSSH server on the computer hosting the files (or both for two-way sharing). I'm not at a ubuntu machine right now because I'm at school, but if I remember correctly it should be as simple as going to Places → Connect… then selecting ssh and filling in the host's IP address.

For example, with host A at 10.0.0.1 and host B at 10.0.0.2 with the user user on both machines:

(execute on both machines)

sudo apt-get install openssh-server
ifconfig

Before 16.10

Then Places → Connect… fill in user for username, you password for the password and the IP address of the other computer (from ifconfig above).

After 16.10

On the left side of Nautilus, click on + Other Locations. Then in the input field at the bottom (which reads Enter server address…) input sftp://ip-address - replacing ip-address with the address from ifconfig. In the prompt you will then supply the user and password for the computer you are connecting to.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I share files between two computers connected to a router?

From Dev

How can I share a monitor between two computers?

From Dev

How to transfer files between not directly connected computers

From Dev

How to share internet connection between two computers one which is connected to a dongle

From Dev

How can I share files between to routers connected by Ethernet

From Dev

How do I share/use a MySQL database on two local host computers with no network using a flash drive?

From Dev

Is there a way to share games between computers on same network and how do I disable asking for admin permission to run an app?

From Dev

How to share a folder between two computers on different networks?

From Dev

How to share Internet between two computers via USB?

From Dev

How do I share readonly state between two or more reducers

From Dev

How do I share classes between two Android projects in Eclipse?

From Dev

How can I transfer files between two Ubuntu computers on a LAN without installing additional software?

From Dev

share git repo between two computers locally

From Dev

Share pass store between two computers

From Dev

How do I share konsole profiles with other computers?

From Dev

how do I set up a wired 1 to 1 network connection between two computers?

From Dev

How to send files via lan between two computers

From Dev

How to transfer files between two computers in the same LAN?

From Dev

How to copy files between two computers using SSH

From Java

How do I share $scope data between states in angularjs ui-router?

From Dev

How to share resolve between two views (ui-router)

From Dev

How do I sync files between two drives?

From Dev

How do I find and highlight differences between two text files?

From Dev

How can I share a const char array between two source files gracefully?

From Dev

How can I share files between two Linux machines over LAN?

From Dev

How to share network connection (without mentioned issues) between two computers with the same MAC address?

From Dev

How do I connect two computers using USB 3.0?

From Dev

If I have two routers, how do computers choose which to use?

From Dev

How do I keep the Thunderbird profile in sync between multiple computers?

Related Related

  1. 1

    How do I share files between two computers connected to a router?

  2. 2

    How can I share a monitor between two computers?

  3. 3

    How to transfer files between not directly connected computers

  4. 4

    How to share internet connection between two computers one which is connected to a dongle

  5. 5

    How can I share files between to routers connected by Ethernet

  6. 6

    How do I share/use a MySQL database on two local host computers with no network using a flash drive?

  7. 7

    Is there a way to share games between computers on same network and how do I disable asking for admin permission to run an app?

  8. 8

    How to share a folder between two computers on different networks?

  9. 9

    How to share Internet between two computers via USB?

  10. 10

    How do I share readonly state between two or more reducers

  11. 11

    How do I share classes between two Android projects in Eclipse?

  12. 12

    How can I transfer files between two Ubuntu computers on a LAN without installing additional software?

  13. 13

    share git repo between two computers locally

  14. 14

    Share pass store between two computers

  15. 15

    How do I share konsole profiles with other computers?

  16. 16

    how do I set up a wired 1 to 1 network connection between two computers?

  17. 17

    How to send files via lan between two computers

  18. 18

    How to transfer files between two computers in the same LAN?

  19. 19

    How to copy files between two computers using SSH

  20. 20

    How do I share $scope data between states in angularjs ui-router?

  21. 21

    How to share resolve between two views (ui-router)

  22. 22

    How do I sync files between two drives?

  23. 23

    How do I find and highlight differences between two text files?

  24. 24

    How can I share a const char array between two source files gracefully?

  25. 25

    How can I share files between two Linux machines over LAN?

  26. 26

    How to share network connection (without mentioned issues) between two computers with the same MAC address?

  27. 27

    How do I connect two computers using USB 3.0?

  28. 28

    If I have two routers, how do computers choose which to use?

  29. 29

    How do I keep the Thunderbird profile in sync between multiple computers?

HotTag

Archive