On Thu, 25 Nov 2004 12:45:59 -0000, "The Crow"
<crappy.mesh-(E-Mail Removed)> wrote:
>As re a previous post, I need to transfer a large amount of data, about
>15GB, across a wireless network from one of my pc's to the other. I have
>just tried it using a simple copy and paste function through the shared
>files path on my network. It is pretty slow, and then I got an error about
>one of the files that wouldn't transfer, and the whole thing had to be
>started again.
>
>Are there any pretty handy tools for managing such file transfers, that
>offer a little more adaptability and control than the simple cut'n'paste?
>Thanks.
15GB as in one big file or a mess of smaller files?
The easiest way is to use xcopy from the command prompt instead of
click and drag. My crystal ball suggests that you're running XP Home.
Go to the destination machine.
Map a network drive for your source drive.
Open a DOS window
Run:
cd /destination_directory
xcopy source_drive . /s /e /v /c /h /k /o /y
(my best guess. use xcopy /? | more for list of options)
The dot is the current directory.
The /v will slow you down because it verifies each file.
The /c is the critical option, which ignores errors. The problem is
that the files that windoze has open will not get copied. If you're
trying to move the contents of one machine to another, there are
better ways such as Norton Ghost, Drive Image, etc. I've never tried
Norton Ghost over a wireless connection, but it works well over a
wired LAN.
--
Jeff Liebermann
(E-Mail Removed)
150 Felker St #D
http://www.LearnByDestroying.com
Santa Cruz CA 95060 AE6KS 831-336-2558