CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Image transfer

  1. #1
    Join Date
    Aug 2005
    Posts
    4

    Question Image transfer

    Hello,

    I am writing an application that transfers images from one computer to one or more other computers over a network or over the internet. I am wondering if I should use Windows Sockets or if there are other easier options out there.

    Thanks

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Image transfer

    Using IP based backbone is recommeded. This allows you to not restrict it to local LAN or WAN..

  3. #3
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: Image transfer

    For basic reference, have a look at File Transfer Using CSockets (Don't forget to read the comments, you'll find few fixes in them).

    Also search the "Network Programming" section, you'll find more discussion there. Anyway, I'm moving your thread to network section.

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