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

FTP

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
2 Posts 2 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
    Aditya Rao
    wrote on last edited by
    #1

    hi, my name is aditya. i am new to vc++. i am trying to create a ftp application. what i want to know is when we connect to a ftp site. there are many directories on the site(apart from the files). so how can i see the contents of the directories or download the whole directory present there. aditya

    J 1 Reply Last reply
    0
    • A Aditya Rao

      hi, my name is aditya. i am new to vc++. i am trying to create a ftp application. what i want to know is when we connect to a ftp site. there are many directories on the site(apart from the files). so how can i see the contents of the directories or download the whole directory present there. aditya

      J Offline
      J Offline
      Jorgen Sigvardsson
      wrote on last edited by
      #2

      From the RFC[^]:

      LIST (LIST)

              This command causes a list to be sent from the server to the
              passive DTP.  If the pathname specifies a directory or other
              group of files, the server should transfer a list of files
              in the specified directory.  If the pathname specifies a
              file then the server should send current information on the
              file.  A null argument implies the user's current working or
              default directory.
      

      RFCs are good. Use them! -- An eye for an eye will only make the world blind.

      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