Yes!
iirc Cat5 is good for 100mbps at least (so around 10mb per sec).
Cat6 is where you start going to 1gbps.
All the above is from memory and may not be quite right though.
If a client is connected USB to the network and you are transferring from/to that client that speed is not bad. But if both are connected via Cat 5, something appears to be wrong.
Should I be getting a quicker speed than this?
Are you copying the files or moving them? Moving will take longer as it deletes the file after transfer so holds things up a bit. Shouldn't be that slow mind. Antivirus set too high maybe?
have you connected the PCs via a hub/switch/router or are you using a cross over cable?
depends on what how big each file is.
If it's just a couple of huge files then you should be getting much higher speed.
If it's hundreds of little files then it sounds about right.
Sounds likes it's connected at 10mbps.
Which OS's?
Check connection rate in task manager?
Also have you tried copying through the command prompt using xcopy ? I've been recently (in about the last 10 minutes) been transferring 250GB worth of files from one computer to another and it was stating a good few hours with the windows copy box. Fire up the same task using xcopy and it gets it done in a fraction of the time.
/e - copies all directories and sub-directories including empty ones
/v - verifies each file copied
/c - continues if it encounters an error
/r - overwrites read only files
/i - forces it to create folders which dont yet exist
That copies everything from the tv shows folder on my d:\ drive to a computer on my network called media-centre into a share called videos. Now you may have to replace 'media-centre' with the IP address of your second computer but it should still work.xcopy /e /v /c /r /i "d:\tv shows\*.*" "\\media-centre\videos\tv shows\"
Sorry forgot to say both on win7 x64. How do you check the connection rate in TM?
Nah ive not, how do you do that?