Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Http file server list files and directories
Forum Updated to NodeBB v4.3 + New Features

Http file server list files and directories

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 220 Views
  • 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
    Sucharek
    wrote on last edited by
    #1

    Hi, I'm trying to create a list of files and directories from an http file server.

    I'm currently creating it by using curl fileserver, getting the response, stripping unwanted text and getting only the output I want. This is a very bad way of doing this, because I need to hard code what exatly to strip out.

    Is there a smarter way to do this?

    NOTE: The file server is http://archive.ubuntu.com/ubuntu/pool/.

    JonBJ 1 Reply Last reply
    0
    • S Sucharek

      Hi, I'm trying to create a list of files and directories from an http file server.

      I'm currently creating it by using curl fileserver, getting the response, stripping unwanted text and getting only the output I want. This is a very bad way of doing this, because I need to hard code what exatly to strip out.

      Is there a smarter way to do this?

      NOTE: The file server is http://archive.ubuntu.com/ubuntu/pool/.

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by JonB
      #2

      @Sucharek
      It's much better to make the equivalent calls yourself. If you like curl you can build and link as a library, code at libcurl - the multiprotocol file transfer library, and e.g. https://everything.curl.dev/libcurl/cplusplus, https://dev.to/hi_artem/using-libcurl-in-c-c-application-4668 ?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved