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 ...
- 11-14-2007 #1Just 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.
- 11-14-2007 #2
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.
- 11-14-2007 #3
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.


Reply With Quote