Results 1 to 10 of 10

Thread: How to share files between two ubuntu computers

  1. #1
    Join Date
    Oct 2009
    Location
    Texas
    Beans
    108
    Distro
    Ubuntu 9.10 Karmic Koala

    Question How to share files between two ubuntu computers

    Sorry about making a different thread than my last post.

    How do you share files between two Ubuntu puters on a network. Like for instance, if I was doing a remote desktop connection, how can I transfer a file to the remote desktop computer?

    If I need to set up a FTP between two ubuntu computers, can you give me a quick tutorial on how to do it or point me to one?
    "Nothing is certain until you are certain of nothing."

  2. #2
    Join Date
    Feb 2008
    Location
    readlink("/proc/self/exe"
    Beans
    1,120
    Distro
    Ubuntu Development Release

    Wink Re: How to share files between two ubuntu computers

    Quote Originally Posted by BT1 View Post
    Sorry about making a different thread than my last post.

    How do you share files between two Ubuntu puters on a network. Like for instance, if I was doing a remote desktop connection, how can I transfer a file to the remote desktop computer?

    If I need to set up a FTP between two ubuntu computers, can you give me a quick tutorial on how to do it or point me to one?
    You can setup ssh and transfer the file via scp, or just use sshfs.
    In a world without walls and fences, who needs Windows and Gates?
    Linux is like a wigwam.... no Gates, no Windows but Apache inside!
    http://www.debianadmin.com
    apt-get install libstdc++6-4.3-doc

  3. #3
    Join Date
    Oct 2009
    Beans
    12
    Distro
    Ubuntu Karmic Koala (testing)

    Re: How to share files between two ubuntu computers

    If they are on the same LAN, i would use NFS.

    https://help.ubuntu.com/community/SettingUpNFSHowTo

  4. #4
    Join Date
    May 2009
    Location
    Fareham, UK
    Beans
    1,524
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: How to share files between two ubuntu computers

    When i was on windows it was as easy having two computers on the same LAN, and clicking on a folder you wanted to share and set its properties to 'share on network'. Is there an Ubuntu way that is as easy as this, bearing in mind i dont understand what FTP or SSHFS means. I think windows way is less customisable but easier if you dont know exactly what your doing.

    Ps. I havent had two Ubuntu computers to attempt to network before, hence to noobishness on this topic.
    Catch me on Freenode - imark

  5. #5
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How to share files between two ubuntu computers

    Quote Originally Posted by BT1 View Post
    Sorry about making a different thread than my last post.

    How do you share files between two Ubuntu puters on a network. Like for instance, if I was doing a remote desktop connection, how can I transfer a file to the remote desktop computer?

    If I need to set up a FTP between two ubuntu computers, can you give me a quick tutorial on how to do it or point me to one?
    IMO, on your LAN you can use Samba, NFS, and FTP.

    ssh (scp) also works, sshfs is nice, I use ssh (scp) and sshfs if I need to transfer over untrusted networks (internet).
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  6. #6
    Join Date
    Jul 2006
    Location
    Calgary, Alberta
    Beans
    1,123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How to share files between two ubuntu computers

    If you don't have it figured out by the time I get home, I'll write up a tutorial for you. But there's 2 ways to do it:
    1. Go to Places - Network and it should list all the computers on your local network.
    2. If they're not on the same network, get the IP address for the computer you want to connect to and go to Places - Connect To Server and put in the IP. You'll need to connect with the username/password of that machine and you'll be connecting via SSH over port 22, and your home directory will be /.

  7. #7
    Join Date
    Oct 2009
    Location
    Texas
    Beans
    108
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: How to share files between two ubuntu computers

    Quote Originally Posted by CaptainMark View Post
    When i was on windows it was as easy having two computers on the same LAN, and clicking on a folder you wanted to share and set its properties to 'share on network'. Is there an Ubuntu way that is as easy as this, bearing in mind i dont understand what FTP or SSHFS means. I think windows way is less customisable but easier if you dont know exactly what your doing.

    Ps. I havent had two Ubuntu computers to attempt to network before, hence to noobishness on this topic.
    Yeah...similar experience. It seems with Ubuntu you have to use a program? I'm still new to Linux and as far as I've read of stuff like "ssh" is "secure shell" definitions, and never anything about programs. Yes, I have a "introduction to ubuntu 9.04" book lol.

    It seems complicated, but I'm sure we'll figure this out.

    Just so you gurus know... stuff like:

    "IMO, on your LAN you can use Samba, NFS, and FTP.

    ssh (scp) also works, sshfs is nice, I use ssh (scp) and sshfs if I need to transfer over untrusted networks (internet)."
    and

    You can setup ssh and transfer the file via scp, or just use sshfs.
    Is alien language talk to me even though I've been a serious windows user since windows 3.1, meaning I have tech experience with the windows side of this issue. That's not to brag, and not to brag when I say I've set up networks with "ezMode"
    type network managers, but Linux is another world. In the future, you could say something like...
    "You could use SSH/SCP/SSHFS which is a [program/system] that does: _____, which you can find at the location I usually download it at: _____"
    That is NOT to insult those helping, just saying that for the "Absolute Beginner" part of the forums, it's helpful to give that extra 10% to educate people like me who are now Linux users for life and seeking to learn. You can believe that once I become even a modest Ubuntu linux user, I'm going to dedicate at least 2 hours a day to answering what questions in this part of the forum that I can as well as writing vast numbers of tutorials and tip articles (I LOVE doing those and did it a LOT when trying to help people with "Windows Woes"). So the faster I learn what you gurus know, the faster I can pass it on to those in the dark!

    Thanks so far for the help!!!!!!!!!!!
    "Nothing is certain until you are certain of nothing."

  8. #8
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How to share files between two ubuntu computers

    If you are new to Ubuntu , I suggest Samba, it should work out of the box.

    You will need to set one of the ubuntu boxes as the server, the other is the client.

    https://help.ubuntu.com/community/Se...0Configuration
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  9. #9
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to share files between two ubuntu computers

    Install the system-config-samba package. This adds a "Samba" menu item to System > Administration.

    Create a new user account on your Ubuntu system that has the same username and password as your Windows system, and then go into System > Administration > Samba and create it as a new Samba user. Tell it what folders you want to share and what users can access it.

    Reboot the Windows client and your new share will be available in the usual place.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  10. #10
    Join Date
    Oct 2009
    Location
    Texas
    Beans
    108
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to share files between two ubuntu computers

    Problem solved. Once again the gurus save the day!
    "Nothing is certain until you are certain of nothing."

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
  •