Page 1 of 2 12 LastLast
Results 1 to 10 of 34

Thread: Working with files on a remote computer

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Working with files on a remote computer

    Hello,

    I have two computers at home and I'd like to access the files from one of the computers while I'm working with the other. I think this can be done using Nautilus and in File menu you use Connect to server... but apart from that I have no idea what I should do to do it.

  2. #2
    Join Date
    Feb 2011
    Location
    Maryland
    Beans
    2,259
    Distro
    Ubuntu

    Re: Working with files on a remote computer

    Quote Originally Posted by Canaryguy View Post
    Hello,

    I have two computers at home and I'd like to access the files from one of the computers while I'm working with the other. I think this can be done using Nautilus and in File menu you use Connect to server... but apart from that I have no idea what I should do to do it.
    on your computer install openssh sever

    sudo apt-get install ssh

    then in nautilus under connect to server, change type to SSH and put in the IP of the machine you want to connect to. Hit connect.

  3. #3
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Working with files on a remote computer

    Quote Originally Posted by collisionystm View Post
    on your computer install openssh sever

    sudo apt-get install ssh

    then in nautilus under connect to server, change type to SSH and put in the IP of the machine you want to connect to. Hit connect.
    Thank you very much. I installed openssh on both computers and now I can access the files.

  4. #4
    Join Date
    Feb 2011
    Location
    Maryland
    Beans
    2,259
    Distro
    Ubuntu

    Re: Working with files on a remote computer

    Quote Originally Posted by Canaryguy View Post
    Thank you very much. I installed openssh on both computers and now I can access the files.

    Cool beans.

    If you want to use windows to do the same, install winscp to access ssh servers

  5. #5
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Working with files on a remote computer

    Quote Originally Posted by Canaryguy View Post
    Thank you very much. I installed openssh on both computers and now I can access the files.
    It will also be possible to make it accessible from anywhere in the world should the need arise.

  6. #6
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Working with files on a remote computer

    My router assigns an IP 192.168.... let's call it X to one computer and assigns Y to the second computer. But sometimes the second computer is assigned X and the first with the Y IP. Is there any way the computer can keep the same IP? Because everytime I want to access remotely to the other computer I have to see which IP it is using to access it.

  7. #7
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Working with files on a remote computer

    Sometimes the routers will let you associate the IP address with a MAC address on your network adapter. Another way might be to increase the lease times so that the lease does not expire so soon.

  8. #8
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    File->Connect to Server->Type->SSH

    First you have to have the package OpenSSH-Server installed on the remote machine.

    Then in Nautilus,

    File->Connect to Server->Type->SSH

    That should do it.

    Edit: Fixed type. Anyway collisionystm got the answer first above!
    Last edited by Lars Noodén; December 24th, 2011 at 02:52 PM.

  9. #9
    Join Date
    Jul 2008
    Location
    Sweden
    Beans
    61
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: File->Connect to Server->Type->SSH

    Quote Originally Posted by Lars Noodén View Post
    First you have to have the package OpenSSH-Server installed on the remote machine.

    Then in Nautilus,

    File->Connect to Server->Type->SSH

    That should do it.

    Edit: Fixed type. Anyway collisionystm got the answer first above!
    I did what, but what should I fill in? ( see att. picture)

    Edit: and that is my IP? how can I find it?
    Attached Images Attached Images
    Last edited by matza55; January 11th, 2012 at 02:35 PM. Reason: forgot

  10. #10
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Working with files on a remote computer

    You have to fill in the ip number of your server. Do you have the correct one? If it changes every time then you have to run ifconfig

    Code:
    /sbin/ifconfig eth0
    If you don't want it to change each time, you can probably fix that in your switch or router.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •