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. FTP without Wininet

FTP without Wininet

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
5 Posts 4 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.
  • C Offline
    C Offline
    CaesarCZ
    wrote on last edited by
    #1

    Hi, I'd like to do some FTP stuff without the use of WinINet. I'd like to do all the stuff myself. Could somebody guide me to some site that has more info concerning this? Thank you very much

    L R 2 Replies Last reply
    0
    • C CaesarCZ

      Hi, I'd like to do some FTP stuff without the use of WinINet. I'd like to do all the stuff myself. Could somebody guide me to some site that has more info concerning this? Thank you very much

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

      Well, I recommend you to study the FTP RFC (dunno what number it is) and send all commands using TCP/IP. There are a lot samples here at codeproject. regards

      C 1 Reply Last reply
      0
      • L Lost User

        Well, I recommend you to study the FTP RFC (dunno what number it is) and send all commands using TCP/IP. There are a lot samples here at codeproject. regards

        C Offline
        C Offline
        carrie
        wrote on last edited by
        #3

        Bare-ass Winsock or Berkeleys sockets is the way to go. I recently made a simple FTP client application after spending ages try to get Wininet to connect to 2 servers simultaneously, only to find out that it didn't support it. I was trying to get Server->Server transfers working so it was a bit of a pain for me, but using Winsocks it wasn't too much of a struggle.

        1 Reply Last reply
        0
        • C CaesarCZ

          Hi, I'd like to do some FTP stuff without the use of WinINet. I'd like to do all the stuff myself. Could somebody guide me to some site that has more info concerning this? Thank you very much

          R Offline
          R Offline
          Redeemer dk
          wrote on last edited by
          #4

          I used this: cliky here

          C 1 Reply Last reply
          0
          • R Redeemer dk

            I used this: cliky here

            C Offline
            C Offline
            CaesarCZ
            wrote on last edited by
            #5

            Thanks, that's kind of what I was looking for. I looked up the RFC too but 69 pages is too much. Thanks

            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