Results 1 to 2 of 2

Thread: Peer to Peer File Transfer

  1. #1

    Thread Starter
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Peer to Peer File Transfer

    I'm trying to implement a peer to peer file transfer in my application. Basically, I want users who are logged into the system to be able to send files to one another. I've found pages such as this one, [MSDN], which would allow me to transfer files, but I also need a way to monitor the progress of the file.

    Can anyone help?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Peer to Peer File Transfer

    Have a look at the related Send method. That will allow you to track how many bytes of data have been sent. I'm guessing that it will be slower, though, because you must read the stream and send it a chunk at a time.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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