CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2002
    Posts
    13

    Question networkproblemes: sending files

    i've a problem with sending files over the network.

    it's possible to send files up to 1kb, but if the size is over 1kb, the receiver gets an error.
    now i have to splitt the file, which i want to send, into parts with 1kb of size.
    is there a possibility to send bigger files?

    btw: it works fine local on a computer.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    you can split those files and merge at the other end.

    EDIT: forgot to mention that what's your buffer size. and all.
    sample code would be helpfull.

    Paresh
    - Software Architect

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

Featured