Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Ftp server connection..

    General and Desktop
    3
    3
    669
    Loading More Posts
    • 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.
    • appollosputnik
      appollosputnik Banned last edited by

      I am using Qt-5.1.1 but not able to find any QFtp module. But I can see the example for qftp online. I want to implement a qftp appllication where I need to connect to the ftp server and fetch files to my application.

      1 Reply Last reply Reply Quote 0
      • K
        koahnig last edited by

        QFtp was already deprecated in version 4.8 and is not directly supported anymore. There have been already a couple of postings concerning "this e.g.":http://qt-project.org/forums/viewthread/24466

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

        1 Reply Last reply Reply Quote 0
        • H
          hpollak last edited by

          QFtp is a Class and not the module.
          The Module is:
          "Qt Network":http://qt-project.org/doc/qt-5.1/qtnetwork/qtnetwork-index.html

          Include the QT += network in your .pro file and

          #include <QtNetwork>

          in your code.

          But now i think you have to use "Networkproxy":http://qt-project.org/doc/qt-5.1/qtnetwork/qnetworkproxy.html#ProxyType-enum

          1 Reply Last reply Reply Quote 0
          • First post
            Last post