Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. I'm installing qtftp on qt6 help me plz
Forum Updated to NodeBB v4.3 + New Features

I'm installing qtftp on qt6 help me plz

Scheduled Pinned Locked Moved Solved Qt 6
15 Posts 5 Posters 2.0k 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.
  • Teemo of LOLT Offline
    Teemo of LOLT Offline
    Teemo of LOL
    wrote on last edited by
    #1

    1234.png

    Green: The command I made myself
    Red: What is printed
    The image screen is a Qt 6.6.1 (msvc 2019 64-bit) screen, not a cmd screen.

    When I input 'syncqt.pl -version 5.38.0' , does it show '<srcbase> = ...............' as in the image without any problem? is it correct?

    When I input 'qmake', it says '...... cannot find feature qt_build'. like the image, so how can I fix it? I've been looking for it, but it's not fixed

    Thank you in advance, and I look forward to your kind cooperation

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

      1234.png

      Green: The command I made myself
      Red: What is printed
      The image screen is a Qt 6.6.1 (msvc 2019 64-bit) screen, not a cmd screen.

      When I input 'syncqt.pl -version 5.38.0' , does it show '<srcbase> = ...............' as in the image without any problem? is it correct?

      When I input 'qmake', it says '...... cannot find feature qt_build'. like the image, so how can I fix it? I've been looking for it, but it's not fixed

      Thank you in advance, and I look forward to your kind cooperation

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

      @Teemo-of-LOL I don't think you should change to the src subfolder, run qmake from top qtftp-master folder

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

      Christian EhrlicherC Teemo of LOLT 3 Replies Last reply
      0
      • jsulmJ jsulm

        @Teemo-of-LOL I don't think you should change to the src subfolder, run qmake from top qtftp-master folder

        Christian EhrlicherC Online
        Christian EhrlicherC Online
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        I doubt this can be compiled with Qt6 without a lot of work, starting with porting the build system to recent qmake or better CMake. It was deprecated in Qt5 and nothing changed for years.

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        0
        • jsulmJ jsulm

          @Teemo-of-LOL I don't think you should change to the src subfolder, run qmake from top qtftp-master folder

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

          @jsulm I tested it on the original route, not the src file, and the same message occurs like the image above. Is there a solution?

          1 Reply Last reply
          0
          • jsulmJ jsulm

            @Teemo-of-LOL I don't think you should change to the src subfolder, run qmake from top qtftp-master folder

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

            @jsulm Have you ever used qtftp in qt6???

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

              @jsulm Have you ever used qtftp in qt6???

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

              @Teemo-of-LOL No.
              And as @Christian-Ehrlicher pointed out QtFtp probably is not compatible with Qt6.

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

              Teemo of LOLT 1 Reply Last reply
              0
              • J.HilkJ Offline
                J.HilkJ Offline
                J.Hilk
                Moderators
                wrote on last edited by
                #7

                I recommend using QNetworkAccessmanager. Works perfectly fine for FTP file transfer.

                You can't recreate a file browser like FileZilla. If you need/want that, I would recommend:
                https://libssh2.org

                with the full SFTP interface


                Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                Q: What's that?
                A: It's blue light.
                Q: What does it do?
                A: It turns blue.

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

                  @jsulm Have you ever used qtftp in qt6???

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

                  @Teemo-of-LOL I think it's best to use the QNetworkAccessmanager as you advised me before

                  1 Reply Last reply
                  0
                  • J.HilkJ J.Hilk

                    I recommend using QNetworkAccessmanager. Works perfectly fine for FTP file transfer.

                    You can't recreate a file browser like FileZilla. If you need/want that, I would recommend:
                    https://libssh2.org

                    with the full SFTP interface

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

                    @J-Hilk Let's analyze the QNetwork access manager. Thank you.

                    1 Reply Last reply
                    0
                    • Ronel_qtmasterR Offline
                      Ronel_qtmasterR Offline
                      Ronel_qtmaster
                      wrote on last edited by
                      #10

                      @Teemo-of-LOL qt ftp is no more supported in recents versions, new versions rather use QNetworkAccessManager with PUT method for upload. you can check an exemple here: https://github.com/jordanprog86/JUploader.git

                      Teemo of LOLT 1 Reply Last reply
                      0
                      • Ronel_qtmasterR Ronel_qtmaster

                        @Teemo-of-LOL qt ftp is no more supported in recents versions, new versions rather use QNetworkAccessManager with PUT method for upload. you can check an exemple here: https://github.com/jordanprog86/JUploader.git

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

                        @Ronel_qtmaster Even in qt5, qtftp did not support. Can't use qtftp at all in qt6? Do I have to use QNetwork Access Manager?

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

                          @jsulm Have you ever used qtftp in qt6???

                          Teemo of LOLT Offline
                          Teemo of LOLT Offline
                          Teemo of LOL
                          wrote on last edited by
                          #12
                          This post is deleted!
                          1 Reply Last reply
                          0
                          • jsulmJ jsulm

                            @Teemo-of-LOL No.
                            And as @Christian-Ehrlicher pointed out QtFtp probably is not compatible with Qt6.

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

                            @jsulm error_question.png I have a question. Is there an error in the image content??? I haven't given up on qtftp yet and I'm testing the installation. I'd appreciate your help.

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

                              @jsulm error_question.png I have a question. Is there an error in the image content??? I haven't given up on qtftp yet and I'm testing the installation. I'd appreciate your help.

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

                              @Teemo-of-LOL As already was explained here: QtFtp most probably does not support Qt6. It is also not part of Qt, so it is better to ask whomever is working on it (if there is somebody working on it at all...).

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

                              Teemo of LOLT 1 Reply Last reply
                              0
                              • jsulmJ jsulm

                                @Teemo-of-LOL As already was explained here: QtFtp most probably does not support Qt6. It is also not part of Qt, so it is better to ask whomever is working on it (if there is somebody working on it at all...).

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

                                @jsulm Thank you for your assistance :D

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

                                • Login

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