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
Forum Updated to NodeBB v4.3 + New Features

FTP

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 577 Views 2 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.
  • K Offline
    K Offline
    karthi shan
    wrote on last edited by
    #1

    Hi all,

    How to download image, FTP using any one send sample code.

    K 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Please search the forum a bit, this question has already come several times. You can use QFtp for that, there's both a Qt 4 and Qt 5 version.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • K karthi shan

        Hi all,

        How to download image, FTP using any one send sample code.

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

        @karthi-shan
        To add to SGaist 's repsonse.
        QFtp is supported only in Qt 4. There are some implementations available for using QFtp support also in Qt 5. However, this is for support of Qt 4 implementations in Qt5.
        For Qt 5 it is better to use directly QNetworkAccessManager.
        Instead of using an HTTP url to a file, use an FTP url.

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

        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