How to copy files within Local Area Network (LAN)

S

sleepyant

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top