Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Network Application Winsock (Modem)

Network Application Winsock (Modem)

Scheduled Pinned Locked Moved C / C++ / MFC
sysadminhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sameer Maggon
    wrote on last edited by
    #1

    Hi, I want to develop an application (under Win98) which receives a call if someone connects and then send some files from a directory to the one who has connected. Please help Sameer

    L 1 Reply Last reply
    0
    • S Sameer Maggon

      Hi, I want to develop an application (under Win98) which receives a call if someone connects and then send some files from a directory to the one who has connected. Please help Sameer

      L Offline
      L Offline
      lucy 0
      wrote on last edited by
      #2

      Does this design make any sense? 1. Using TCP/IP protocol. 2. run a server app on your PC, which monitor a predefined port all the time, to see if there is any request of file transfer. 3. on the other end of the link, run a client-like app, which tries to connect to your PC via that predefined port. Once connected, receive the file. After file is received in full, disconnect.

      L 1 Reply Last reply
      0
      • L lucy 0

        Does this design make any sense? 1. Using TCP/IP protocol. 2. run a server app on your PC, which monitor a predefined port all the time, to see if there is any request of file transfer. 3. on the other end of the link, run a client-like app, which tries to connect to your PC via that predefined port. Once connected, receive the file. After file is received in full, disconnect.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        and if your server speaks HTTP (default listening port is 80), you do not even need to write a client. :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups