Results 1 to 2 of 2

Thread: File transfer over intranet network

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2000
    Location
    NJ, USA
    Posts
    326

    File transfer over intranet network

    I'm looking into the idea of keeping computer system images at each of our locations so that in the event of a hard disk crash we can load a fresh image over the local network. I can't do this from a central server since some of our satellite stores are on slower 80KB/sec connections and it would absolutely decimate the store's Internet connection.

    The largest image I have is about 3.4GB in size. What I want to do is have my program run during the off hours and copy these large images. However, due to their size I would need to be able to stop a transfer and pick up from where it left off the following day.

    Is there an *easy* way to do this using any built in VB6 controls or would I have to write my own client/server app that can resume a broken download? I'm open to ideas and suggestions.
    VB.NET 2005 Express with .Net 2.0
    C# 2010 .Net 4.0

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: File transfer over intranet network

    If it has to be in VB6 you'd have to write your own, but you could make it easier by using an FTP server capable of resuming as your server.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width