SOLVED Transfer over cable

Fire cat

Established Member
Joined
Mar 7, 2010
Messages
1,157
Reaction score
191
I was wondering... How can I transfer files between two computers over an ethernet cable? I know it can be done, but how?
 
Joined
Nov 30, 2009
Messages
1,752
Reaction score
396
Yes, sure it can be done.

As long as the adapters on the machines are fairly new, a cross-over cable will not be needed and a standard Cat5 can be used (or Cat5e, Cat6). If not so new, then a crossover cable is needed.

You have to set static ip addresses for each machine. One machine's ip address will be set as the other's default gateway.

For example -

Machine 1:

ip address = 10.1.1.1
default gateway = 10.1.1.2


Machine 2:

ip address = 10.1.1.2
default gateway = 10.1.1.1
 

Fire cat

Established Member
Joined
Mar 7, 2010
Messages
1,157
Reaction score
191
Nice. Thanks!
Um... I guess changing the settings is done from the command line?
 
Joined
Nov 30, 2009
Messages
1,752
Reaction score
396
You're welcome.

No. It can be but definitely not needed here.

Control Panel (Large or Small Icons View) | Network and Sharing Center | Click "Local Area Connection" | Properties | Double click "Internet Protocol Version 4 (TCP/IPv4)"

---------

Don't you have a router though, or nah?
 

Fire cat

Established Member
Joined
Mar 7, 2010
Messages
1,157
Reaction score
191
Yeh, I have a router. A crappy Orange-provided one, but yeh. I had an awesome one (Vigor 2700 thingy) but I could never get it to work.

Ok, so once I've done that, how can I actually move the files? Will an icon appear in "Computer"?
 
Joined
Nov 30, 2009
Messages
1,752
Reaction score
396
You have to set up sharing just as you always would. Share a folder and give permissions etc...

Or the tricky way is like this. You don't have to setup any shared folders. You can map any hard drive from one machine from the other like this:

\\ip address here\C$ <<<for drive C:

or

\\computer name here\C$

(All drives are shared hidden like this, by default.)
 

Fire cat

Established Member
Joined
Mar 7, 2010
Messages
1,157
Reaction score
191
Ok! Thanks a lot! Great!

By the way, how's it done with a crossover cable?
 
Joined
Nov 30, 2009
Messages
1,752
Reaction score
396
Same exact thing. That crossover cable is needed instead of a standard cable when one or both network adapters are older.
 

Fire cat

Established Member
Joined
Mar 7, 2010
Messages
1,157
Reaction score
191
Yup! Kinda had to fidle with the IPs, but it worked :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top