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. Informaton about Qt 5 with FTP
Qt 6.11 is out! See what's new in the release blog

Informaton about Qt 5 with FTP

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 877 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.
  • Cobra91151C Offline
    Cobra91151C Offline
    Cobra91151
    wrote on last edited by Cobra91151
    #1

    Hi! I want to use some advanced Ftp features, for example, list all dirs/files and transfer all files to a local directory. Since QFtp is deprecated, so what should I use? Thanks in advance.

    K 1 Reply Last reply
    0
    • Cobra91151C Cobra91151

      Hi! I want to use some advanced Ftp features, for example, list all dirs/files and transfer all files to a local directory. Since QFtp is deprecated, so what should I use? Thanks in advance.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @Cobra91151

      There is a recommendation in the API changes document

      The QFtp and QUrlInfo classes are no longer exported. Use QNetworkAccessManager instead. Programs that require raw FTP or HTTP streams can use the Qt FTP and Qt HTTP compatibility add-on modules that provide the QFtp and QHttp classes as they existed in Qt 4.

      And there is also QtFtp .

      Vote the answer(s) that helped you to solve your issue(s)

      Cobra91151C 1 Reply Last reply
      4
      • K koahnig

        @Cobra91151

        There is a recommendation in the API changes document

        The QFtp and QUrlInfo classes are no longer exported. Use QNetworkAccessManager instead. Programs that require raw FTP or HTTP streams can use the Qt FTP and Qt HTTP compatibility add-on modules that provide the QFtp and QHttp classes as they existed in Qt 4.

        And there is also QtFtp .

        Cobra91151C Offline
        Cobra91151C Offline
        Cobra91151
        wrote on last edited by
        #3

        @koahnig

        I have added the ftp .h/.cpp files from QtFtp to my project. Thank you.

        1 Reply Last reply
        2

        • Login

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