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 client application

FTP client application

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialc++sysadmindata-structuresquestion
5 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.
  • A Offline
    A Offline
    anandi_codeproject
    wrote on last edited by
    #1

    Hi, I want to do FTP client application in vc 6.0/MFC which should include the following functions, 1.Connect to the ftp server..(here i use local host) 1.List the directories in tree view and Navigation between directories. 2.Enumerating, creating, removing, and renaming directories. 3.Renaming, uploading, downloading, and deleting files. i don know how to start from the scratch. I use the local host and user as anonymous. can anyone guide me how to connect to the ftp local host/server. I hav confusion between winsocket and wininet.. which one i should use for ftp client application and tell me how to proceed further?

    R M 2 Replies Last reply
    0
    • A anandi_codeproject

      Hi, I want to do FTP client application in vc 6.0/MFC which should include the following functions, 1.Connect to the ftp server..(here i use local host) 1.List the directories in tree view and Navigation between directories. 2.Enumerating, creating, removing, and renaming directories. 3.Renaming, uploading, downloading, and deleting files. i don know how to start from the scratch. I use the local host and user as anonymous. can anyone guide me how to connect to the ftp local host/server. I hav confusion between winsocket and wininet.. which one i should use for ftp client application and tell me how to proceed further?

      R Offline
      R Offline
      Rathore Amit
      wrote on last edited by
      #2

      see the link http://www.codeproject.com/KB/IP/ftpserver.aspx

      A 1 Reply Last reply
      0
      • R Rathore Amit

        see the link http://www.codeproject.com/KB/IP/ftpserver.aspx

        A Offline
        A Offline
        anandi_codeproject
        wrote on last edited by
        #3

        Thanks for the reply..The Link which you hav sent deal with FTP Server.. I need FTP Client Application...

        R 1 Reply Last reply
        0
        • A anandi_codeproject

          Hi, I want to do FTP client application in vc 6.0/MFC which should include the following functions, 1.Connect to the ftp server..(here i use local host) 1.List the directories in tree view and Navigation between directories. 2.Enumerating, creating, removing, and renaming directories. 3.Renaming, uploading, downloading, and deleting files. i don know how to start from the scratch. I use the local host and user as anonymous. can anyone guide me how to connect to the ftp local host/server. I hav confusion between winsocket and wininet.. which one i should use for ftp client application and tell me how to proceed further?

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          If you use sockets, you need to handle all the FTP Ptotocol[^] stuff yourself. WinInet is much simpler: WinINet: FTP Sessions[^] Mark

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          1 Reply Last reply
          0
          • A anandi_codeproject

            Thanks for the reply..The Link which you hav sent deal with FTP Server.. I need FTP Client Application...

            R Offline
            R Offline
            Rathore Amit
            wrote on last edited by
            #5

            Ok, then this link will help http://msdn.microsoft.com/en-us/library/hf9x9wb4.aspx if you still any problem to develop, we can find any already developed source and understand it ?

            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