Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Unsolved Copy file to ftp via GPRS

    Mobile and Embedded
    4
    5
    814
    Loading More Posts
    • 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.
    • P
      pthepebble last edited by

      I would like to develop windows mobile 6.0 application that copies text file to a ftp site and download some as well via GPRS . Ftp is not supported in windows mobile app. Is there an alternative to this. Is there a better way of dong this. Thanks in advance

      jsulm 1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @pthepebble last edited by

        @pthepebble Take a look at https://github.com/qt/qtftp
        Whether the transfer is over GPRS, UMTS, WLAN or whatever doesn't matter.

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

        P 1 Reply Last reply Reply Quote 0
        • V
          VRonin last edited by

          http://stackoverflow.com/questions/17660964/qt-qnetworkaccessmanager-to-download-file-from-ftp-server-not-working
          http://stackoverflow.com/questions/17755498/qnetworkaccessmanager-upload-to-local-ftp-server

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply Reply Quote 1
          • P
            pthepebble @jsulm last edited by

            @jsulm said in Copy file to ftp via GPRS:

            @pthepebble Take a look at https://github.com/qt/qtftp
            Whether the transfer is over GPRS, UMTS, WLAN or whatever doesn't matter.

            could i get one that works with vb.net

            K 1 Reply Last reply Reply Quote 0
            • K
              koahnig @pthepebble last edited by

              @pthepebble

              The link given by @jsulm is code supplied for Qt5 where the QFtp has been removed after being deprecated already in Qt 4.8
              Basically you can do network transfers as ftp through QNetworkAccessManager
              @VRonin has provided also the information on stackoverflow.

              Whether vb .net is compatible in any way, you need to check. As long as network related comms are possible you stand a chance.

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

              1 Reply Last reply Reply Quote 1
              • First post
                Last post