Find the answer to your Linux question:
Results 1 to 3 of 3
Hey guys from the shell I am trying to make an TCP IP connection between two computers and send files between them. What would be the proper commands to use ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    8

    Linking two fedora systems by ethernet

    Hey guys from the shell I am trying to make an TCP IP connection between two computers and send files between them. What would be the proper commands to use to accomplish this? I am thinking I will use ifconfig and fstat? maybe but I am not totally sure on the appropriate usage. Thanks.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You need to connect the two computers together using cross over cable and then use the likes of scp to copy computers from one system to another. You need to edit /etc/hosts on each computer and add the hostnames and ip addresses of your computers so that they can communicate.

  3. #3
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Only need to edit the hosts file if you want to use names to talk.
    If you are using ip then you don't need to edit this file.

    You might also look into NFS and mount the dir where you want to copy files to.
    Then you could use your pretty gui to drag-n-drop the files.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

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