Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Using QTIFW with FTP
QtWS25 Last Chance

Using QTIFW with FTP

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qtifwqtifw3.0qtifw ftp
3 Posts 2 Posters 1.4k Views
  • 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
    koahnig
    wrote on 14 Aug 2018, 09:52 last edited by
    #1

    The use of QTIFW with FTP seems to be a continuous struggle. See also this post https://forum.qt.io/topic/56661/installer-framework-online-installer-can-t-log-into-repository-over-ftp

    My use case is a bit different. I simply want to have somewhere a ftp server and the access shall be controlled through username and password. The project did not have the highest priority, but the trials are stretching back at least to QTIFW 2.0. I was never sure where the problem was actually located with my external ftp site or the maintenance tool of QTIFW.

    Recently I have decided to setup a local ftp site on one of my development machines and tried to update an installation on the very same machine. The site has been added in the maintenance tool as temporary repository
    0_1534239058096_6d0e1faa-996a-43ce-b0bf-8907d476b4cd-image.png

    The proper user name and password has been added in the appropriate fields as shown above.
    After pressing "test" (button Testen) this dialog pops up
    0_1534239261498_9f3018bb-7252-4cd1-948a-5f221f885b25-image.png
    Indicating that user name and password is required for access.
    Obviously, there is at least also a problem with the maintenance tool.

    Remembering that there is "special" syntax for ftp urls including user name and password when using in browsers, I looked up the syntax since it has been los in the dusty corners of my memory.

    Surprisingly the syntax including user name and password as below was working.
    0_1534240125656_d18b4659-7764-42b7-b1b8-793817f939d7-image.png

    Certainly it looks awkward, but at least it is a work around.

    The question is if there is a functionality at all for the menu entries of user name and password?

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

    J 1 Reply Last reply 15 Aug 2018, 06:20
    0
    • K koahnig
      14 Aug 2018, 09:52

      The use of QTIFW with FTP seems to be a continuous struggle. See also this post https://forum.qt.io/topic/56661/installer-framework-online-installer-can-t-log-into-repository-over-ftp

      My use case is a bit different. I simply want to have somewhere a ftp server and the access shall be controlled through username and password. The project did not have the highest priority, but the trials are stretching back at least to QTIFW 2.0. I was never sure where the problem was actually located with my external ftp site or the maintenance tool of QTIFW.

      Recently I have decided to setup a local ftp site on one of my development machines and tried to update an installation on the very same machine. The site has been added in the maintenance tool as temporary repository
      0_1534239058096_6d0e1faa-996a-43ce-b0bf-8907d476b4cd-image.png

      The proper user name and password has been added in the appropriate fields as shown above.
      After pressing "test" (button Testen) this dialog pops up
      0_1534239261498_9f3018bb-7252-4cd1-948a-5f221f885b25-image.png
      Indicating that user name and password is required for access.
      Obviously, there is at least also a problem with the maintenance tool.

      Remembering that there is "special" syntax for ftp urls including user name and password when using in browsers, I looked up the syntax since it has been los in the dusty corners of my memory.

      Surprisingly the syntax including user name and password as below was working.
      0_1534240125656_d18b4659-7764-42b7-b1b8-793817f939d7-image.png

      Certainly it looks awkward, but at least it is a work around.

      The question is if there is a functionality at all for the menu entries of user name and password?

      J Offline
      J Offline
      JKSH
      Moderators
      wrote on 15 Aug 2018, 06:20 last edited by
      #2

      @koahnig said in Using QTIFW with FTP:

      Surprisingly the syntax including user name and password as below was working.

      Interesting; I didn't realize Qt IFW works with FTP! (I thought it uses QNetworkAccessManager internally, which doesn't support FTP)

      I don't know the answer to your question, but you could try the Interest mailing list

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      K 1 Reply Last reply 15 Aug 2018, 09:22
      2
      • J JKSH
        15 Aug 2018, 06:20

        @koahnig said in Using QTIFW with FTP:

        Surprisingly the syntax including user name and password as below was working.

        Interesting; I didn't realize Qt IFW works with FTP! (I thought it uses QNetworkAccessManager internally, which doesn't support FTP)

        I don't know the answer to your question, but you could try the Interest mailing list

        K Offline
        K Offline
        koahnig
        wrote on 15 Aug 2018, 09:22 last edited by
        #3

        @JKSH said in Using QTIFW with FTP:

        Interesting; I didn't realize Qt IFW works with FTP! (I thought it uses QNetworkAccessManager internally, which doesn't support FTP)

        QNetworkAccessManager can handle ip addresses starting with "ftp:". You can download files without problems. QNetworkAccessManager cannot handle the ftp commands for instance for folder navigation (cdup, etc.).

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

        1 Reply Last reply
        2

        2/3

        15 Aug 2018, 06:20

        • Login

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