Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can I use qt6 ftp? help me plz

Can I use qt6 ftp? help me plz

Scheduled Pinned Locked Moved Solved Installation and Deployment
10 Posts 2 Posters 1.4k 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.
  • Teemo of LOLT Offline
    Teemo of LOLT Offline
    Teemo of LOL
    wrote on last edited by
    #1

    I am not good at English. Please understand me.

    I have to use FTP to Qt6.

    Fortunately, ftp works well in VS2010 (Qt 5.6.2)

    I'm testing on vs 2022(Qt 6.6.0_msvc2019_64) for the version upgrade.

    Can I use ftp in Qt 6.6? When I checked other posts, I heard that it is difficult. Can I use qt5ftp in qt6.6?

    Thank you in advance for your help.

    thx

    jsulmJ Teemo of LOLT 2 Replies Last reply
    0
    • Teemo of LOLT Teemo of LOL

      I am not good at English. Please understand me.

      I have to use FTP to Qt6.

      Fortunately, ftp works well in VS2010 (Qt 5.6.2)

      I'm testing on vs 2022(Qt 6.6.0_msvc2019_64) for the version upgrade.

      Can I use ftp in Qt 6.6? When I checked other posts, I heard that it is difficult. Can I use qt5ftp in qt6.6?

      Thank you in advance for your help.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Teemo-of-LOL Please explain better!
      Are you talking about QFtp class?
      Or are you talking about QtFtp (https://github.com/qt/qtftp)?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Teemo of LOLT Teemo of LOL

        I am not good at English. Please understand me.

        I have to use FTP to Qt6.

        Fortunately, ftp works well in VS2010 (Qt 5.6.2)

        I'm testing on vs 2022(Qt 6.6.0_msvc2019_64) for the version upgrade.

        Can I use ftp in Qt 6.6? When I checked other posts, I heard that it is difficult. Can I use qt5ftp in qt6.6?

        Thank you in advance for your help.

        Teemo of LOLT Offline
        Teemo of LOLT Offline
        Teemo of LOL
        wrote on last edited by
        #3

        @Teemo-of-LOL Are qftp and qtftp different? Previous version used qftp(qt5.6.2).
        I need ftp in vs2022(qt6.6.0). qt6 doesn't support ftp, so I don't know what to do.
        I was wondering if I could use the qftp I was using in qt5 as it is.
        Or I saw a post saying that qt6.8 supports ftp, but I'm not sure if I should wait for the qt6.8 version.
        In conclusion, I just need to be able to use ftp in version 6.6.

        thx

        jsulmJ 1 Reply Last reply
        0
        • Teemo of LOLT Teemo of LOL

          @Teemo-of-LOL Are qftp and qtftp different? Previous version used qftp(qt5.6.2).
          I need ftp in vs2022(qt6.6.0). qt6 doesn't support ftp, so I don't know what to do.
          I was wondering if I could use the qftp I was using in qt5 as it is.
          Or I saw a post saying that qt6.8 supports ftp, but I'm not sure if I should wait for the qt6.8 version.
          In conclusion, I just need to be able to use ftp in version 6.6.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Teemo-of-LOL said in Can I use qt6 ftp? help me plz:

          Are qftp and qtftp different?

          Yes. QFtp was a Qt class in Qt4 and was removed from Qt5.
          QtFtp is a project which provides the FTP functionality which was removed from Qt.
          So, you can either use QtFtp or QNetworkAccessManager which is now the recommended way.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          Teemo of LOLT 2 Replies Last reply
          0
          • jsulmJ jsulm

            @Teemo-of-LOL said in Can I use qt6 ftp? help me plz:

            Are qftp and qtftp different?

            Yes. QFtp was a Qt class in Qt4 and was removed from Qt5.
            QtFtp is a project which provides the FTP functionality which was removed from Qt.
            So, you can either use QtFtp or QNetworkAccessManager which is now the recommended way.

            Teemo of LOLT Offline
            Teemo of LOLT Offline
            Teemo of LOL
            wrote on last edited by
            #5

            @jsulm That's right. I heard that you can't use qt5. So I installed qtftp separately and used it. Then, if you install qtftp separately in qt6.6, will it go back without a problem? I will attach the qtftp file that I used in qt5 as a picture.123.png
            Qftp,Qtftp,Qtftpdepends,Qtftpversion,Qurlinfo are files.

            thx

            jsulmJ 1 Reply Last reply
            0
            • Teemo of LOLT Teemo of LOL

              @jsulm That's right. I heard that you can't use qt5. So I installed qtftp separately and used it. Then, if you install qtftp separately in qt6.6, will it go back without a problem? I will attach the qtftp file that I used in qt5 as a picture.123.png
              Qftp,Qtftp,Qtftpdepends,Qtftpversion,Qurlinfo are files.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Teemo-of-LOL said in Can I use qt6 ftp? help me plz:

              Then, if you install qtftp separately in qt6.6, will it go back without a problem?

              Don't know what you mean.
              Build QtFtp for Qt6. If QtFtp works with Qt6 it will work.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              Teemo of LOLT 1 Reply Last reply
              0
              • jsulmJ jsulm

                @Teemo-of-LOL said in Can I use qt6 ftp? help me plz:

                Are qftp and qtftp different?

                Yes. QFtp was a Qt class in Qt4 and was removed from Qt5.
                QtFtp is a project which provides the FTP functionality which was removed from Qt.
                So, you can either use QtFtp or QNetworkAccessManager which is now the recommended way.

                Teemo of LOLT Offline
                Teemo of LOLT Offline
                Teemo of LOL
                wrote on last edited by
                #7

                @jsulm You mean I can make ftp work without problems in qt6.6 with QtFtp or QNetworkAccess Manager?

                thx

                jsulmJ 1 Reply Last reply
                0
                • jsulmJ jsulm

                  @Teemo-of-LOL said in Can I use qt6 ftp? help me plz:

                  Then, if you install qtftp separately in qt6.6, will it go back without a problem?

                  Don't know what you mean.
                  Build QtFtp for Qt6. If QtFtp works with Qt6 it will work.

                  Teemo of LOLT Offline
                  Teemo of LOLT Offline
                  Teemo of LOL
                  wrote on last edited by
                  #8

                  @jsulm I tested the qtftp file that I used in version 5.6 as it is in version 6.6.
                  There is an lnk error, but I will look for more. Consequently, if I install it well, it means it works well in 6.6 without any problems. I will try installing it by myself with qtftp in 6.6, and if it doesn't work, I will ask again. Thank you!

                  thx

                  1 Reply Last reply
                  0
                  • Teemo of LOLT Teemo of LOL has marked this topic as solved on
                  • Teemo of LOLT Teemo of LOL

                    @jsulm You mean I can make ftp work without problems in qt6.6 with QtFtp or QNetworkAccess Manager?

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @Teemo-of-LOL I don't know whether QtFtp supports Qt6 or not.
                    QNetworkAccessManager is part of Qt6, so yes it will work. An example: https://itecnote.com/tecnote/c-qt-qnetworkaccessmanager-to-download-file-from-ftp-server-not-working/

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    Teemo of LOLT 1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @Teemo-of-LOL I don't know whether QtFtp supports Qt6 or not.
                      QNetworkAccessManager is part of Qt6, so yes it will work. An example: https://itecnote.com/tecnote/c-qt-qnetworkaccessmanager-to-download-file-from-ftp-server-not-working/

                      Teemo of LOLT Offline
                      Teemo of LOLT Offline
                      Teemo of LOL
                      wrote on last edited by
                      #10

                      @jsulm Let's find out more about QtFtp / QNetworkAccess Manager. Thank you.
                      Have a good day^^

                      thx

                      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