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. Qt5 and QFtp?
Qt 6.11 is out! See what's new in the release blog

Qt5 and QFtp?

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

    Is there any alternative for QFtp?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      QFtp is still available, but in a separate package (see "this link":https://qt.gitorious.org/qt/qtftp).

      Currently there is no alternative in Qt, although it would be nice to get one. Old implementation is considered to be a flawed design, that's why it's deprecated.

      (Z(:^

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cygnus2k
        wrote on last edited by
        #3

        Hi, there is no guide on how to compile it and add it to a project? I compile and install, but when I add it to the project the compiler gives me this error:
        ../qftp/ftpwindow.cpp:114: error: undefined reference to 'QFtp::QFtp(QObject*)'
        ../qftp/ftpwindow.cpp:130: error: undefined reference to 'QFtp::connectToHost(QString const&, unsigned short)'
        ../qftp/ftpwindow.cpp:131: error: undefined reference to 'QFtp::login(QString const&, QString const&)'

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Maybe you have not added this to your .pro file:
          @
          QT += ftp
          @

          (Z(:^

          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