Groups | Blog | Home
all groups > dotnet general > december 2004 >

dotnet general : How to copy files within Local Area Network (LAN)


sleepyant
12/24/2004 4:56:34 PM
Hi, I am making a simple backup program where the files selected can be
transfered from a source to a destination. The source/destination could be
inside user's own PC or a different PC within a local network.

I have tried to use File.Copy and it seems to work fine, but I need to show
a progress while copying the file (very large file) and better, can resume
from the point it break. File.Copy doesn't seem to support those two
features. What should I do to make this kind of file transferring, if it is
possible? Please help and advise. Thanks in advance.

Regards

chanmmn
12/24/2004 11:42:52 PM
There is file streaming in here that might help:

http://www.microsoft.com/downloads/details.aspx?familyid=08e3d5f8-033d-420b-a3b1-3074505c03f3&displaylang=en

chanmm

[quoted text, click to view]

AddThis Social Bookmark Button