Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtCreator: sftp server on device

QtCreator: sftp server on device

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
7 Posts 2 Posters 6.6k 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.
  • W Offline
    W Offline
    Waldi79
    wrote on last edited by raven-worx
    #1

    Is there a way to avoid sftp deploying? May I switch to scp by configuration?

    Thanks
    Waldi

    raven-worx: added QtCreator-prefix to title

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      what exactly do you mean by "sftp deploying"?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      W 1 Reply Last reply
      0
      • raven-worxR raven-worx

        what exactly do you mean by "sftp deploying"?

        W Offline
        W Offline
        Waldi79
        wrote on last edited by
        #3

        @raven-worx

        Qt Creator tries to copy the executable to the device. The device has no sftp deamon running nor installed.

        Whenever I try to start the debugger it tries to copy the executable, which leads to the following error message:

        error: SFTP initialization failed: The SFTP server finished unexpectedly with exit code 127.

        Waldi

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          just beforehand i am not a linux guru.
          But i am pretty sure you have SSH enabled? So is SFTP then implicitly available.

          I think you just have to make sure it is enabled in your ssh config (/etc/ssh/sshd_config).

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          W 1 Reply Last reply
          0
          • raven-worxR raven-worx

            just beforehand i am not a linux guru.
            But i am pretty sure you have SSH enabled? So is SFTP then implicitly available.

            I think you just have to make sure it is enabled in your ssh config (/etc/ssh/sshd_config).

            W Offline
            W Offline
            Waldi79
            wrote on last edited by
            #5

            @raven-worx said:

            implicitly

            system is running busybox, there is no sshd_config availablel, nor a deamon for sftp. Anyway, deploying with qt Creator is based on sftp, there is no way round?

            1 Reply Last reply
            0
            • raven-worxR Offline
              raven-worxR Offline
              raven-worx
              Moderators
              wrote on last edited by
              #6

              no, not i am aware of. You will either have to deploy manually or install another SSH daemon (like openssh).

              --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
              If you have a question please use the forum so others can benefit from the solution in the future

              W 1 Reply Last reply
              0
              • raven-worxR raven-worx

                no, not i am aware of. You will either have to deploy manually or install another SSH daemon (like openssh).

                W Offline
                W Offline
                Waldi79
                wrote on last edited by
                #7

                @raven-worx

                I will deploy manually, thanks a lot

                Waldi

                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