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. Ftp server connection..
Qt 6.11 is out! See what's new in the release blog

Ftp server connection..

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 867 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.
  • appollosputnikA Offline
    appollosputnikA Offline
    appollosputnik
    Banned
    wrote on last edited by
    #1

    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
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      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
      0
      • H Offline
        H Offline
        hpollak
        wrote on last edited by
        #3

        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
        0

        • Login

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