I'm trying to move a 4Go file from a pc running under windows XP to another runing windows Vista / 7, but the copy speed never go beyond 1Mo/sec.

Both computers were connected to a router via wifi, then I connected them directly with a network cable and it shows that the speed is 1Gbit/sec like follows, but nothing changed at all.

alt text

I disabled the firewall on both the PC's but nothing so far!

Are there any utilities or some hacking tricks to make things speed up?

link|improve this question

47% accept rate
feedback

2 Answers

Did you set the wired connection as the default connection after you hooked the computers up to ethernet? The easiest way is to temorarily disable the wireless connection. It sounds like your computers were still using wifi.

link|improve this answer
yep, I disabled it after, but it doesn't change a lot – 0xFF Aug 4 '09 at 0:13
You can trying setting up an FTP server on the machine you want to receive the files. filezilla-project.org has free server and client software – Ben Robbins Aug 4 '09 at 1:05
well after all, I had to wait for it almost 30 minutes, but I wonder if that's normal or not? – 0xFF Aug 4 '09 at 13:41
1  
Depending on the transferring protocol, you're going to have communication overhead. XP uses SMB 1.0, which is not the most efficient protocol. Vista and onward use SMB 2.0, which is better. I can transfer a 3GB ISO image over my GBit ethernet using SMB 2.0 in about 90 secs at about 30-50 MB/Sec. You're also have bit to byte math in play because your connection speed is in bits, but most transfer speeds read as bytes. Read this article: hanselman.com/blog/… Ultimately, you have your file now, which is the important thing – Ben Robbins Aug 5 '09 at 2:35
feedback

I would probably use a USB stick but your try TeraCopy

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.