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. How to work with FTP in Qt 5.1.0?
Qt 6.11 is out! See what's new in the release blog

How to work with FTP in Qt 5.1.0?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.7k 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.
  • R Offline
    R Offline
    rebel_000
    wrote on last edited by
    #1

    Как я понимаю, в предыдущих версиях Qt был класс QFtp, но в версии 5.1.0 я не нашел его.
    Как работать с FTP в Qt 5.1.0?

    As I understand it in previous versions of Qt was a class QFtp, but in version 5.1.0 I did not find it.
    How to work with FTP in Qt 5.1.0?
    (translate.google.com)

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      QFtp has been deprecated for a while. In Qt 5 it is no longer present as you noticed already. However, the source using the substitution can be "found here":https://qt.gitorious.org/qt/qtftp

      There is also a Russian forum. Otherwise it could be for some less confusing, when you leave away the original Russian.

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

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vezprog
        wrote on last edited by
        #3

        QNetworkAccessManager is probably what you are looking for. I believe you can do FTP communications with it.

        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