Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Network File Transfer Software?

Reply
Thread Tools Display Modes

Network File Transfer Software?

 
 
The Crow
Guest
Posts: n/a

 
      11-25-2004, 11:45 AM
Hi.
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.


 
Reply With Quote
 
 
 
 
Airhead
Guest
Posts: n/a

 
      11-25-2004, 12:39 PM
I use netmeeting. Set up desktop sharing and use the transfer file
option.
It should be on your machines


"The Crow" <crappy.mesh-(E-Mail Removed)> wrote in message
news:41a5d3ec$0$545$(E-Mail Removed)...
> Hi.
> 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.
>
>


 
Reply With Quote
 
Bob Willard
Guest
Posts: n/a

 
      11-25-2004, 12:39 PM
The Crow wrote:

> Hi.
> 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.
>
>


If you do this regularly, then you might try FileSync - lots of features,
and I used it regularly for a couple of years. But if this is a one-time
thing, then I'd just struggle with cut'n'paste until victory.

Don't expect other apps to score better than cut'n'paste for transfer
rate. WiFi is slow, and the file-copy STR is much slower than the
advertised peak (11 Mb/s or 54 Mb/s) bit rate.
--
Cheers, Bob
 
Reply With Quote
 
The Crow
Guest
Posts: n/a

 
      11-25-2004, 01:01 PM

"Bob Willard" <(E-Mail Removed)> wrote in message
newsglpd.144089$HA.42526@attbi_s01...
> The Crow wrote:
>
>> Hi.
>> 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.

>
> If you do this regularly, then you might try FileSync - lots of features,
> and I used it regularly for a couple of years. But if this is a one-time
> thing, then I'd just struggle with cut'n'paste until victory.
>
> Don't expect other apps to score better than cut'n'paste for transfer
> rate. WiFi is slow, and the file-copy STR is much slower than the
> advertised peak (11 Mb/s or 54 Mb/s) bit rate.
> --
> Cheers, Bob


That explains a lot. I had expected my chunk to be done in a couple of
hours. It's about fifteen percent of the way through, and we've been going
over an hour. I'll stick with it though, if my transfer rate is not
unnaturally low. I wish there was a transfer rate stat on the dialogue box
though. Thanks again.


 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      11-25-2004, 09:33 PM
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
 
Reply With Quote
 
news
Guest
Posts: n/a

 
      11-26-2004, 06:07 AM

"Jeff Liebermann" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
> 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.
>
>


Try downloading WSFTPD (and ftp server daemon) and then create a zip file of
the files and folders you need to transfer. Then with the ftp command from
the remote machine connect, navigate to the folder holding the zip file and
transfer it.

Google WSFTPD to find where you can download it.

k


 
Reply With Quote
 
OldGuy
Guest
Posts: n/a

 
      11-26-2004, 09:37 PM
Best bet is FTP as it is made for file copy machine to machine at
distance. Cleaner protocol than windoz xcopy/copy/drag-n-drop as once
it gets started, you don't have netbios calls when windoz can't find itself.

The Crow wrote:
> Hi.
> 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.
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network file transfer question Don James Network Routers 2 09-16-2006 10:48 PM
VPN vs. Home Network vs. File Transfer & VNC Nick Home Networking 7 06-27-2005 07:48 AM
LAN file transfer software package? Odie Ferrous Home Networking 3 09-21-2004 11:45 AM
What file transfer speeds over 802.11g network? Tiny Tim Home Networking 5 03-01-2004 12:49 PM
*** New Software: UDP File Transfer Commercial Edition *** Skybuck Flying Wireless Internet 58 12-11-2003 01:50 AM



1 2 3 4 5 6 7 8 9 10 11