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. Copy file to ftp via GPRS

Copy file to ftp via GPRS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 4 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.
  • P Offline
    P Offline
    pthepebble
    wrote on last edited by
    #1

    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

    jsulmJ 1 Reply Last reply
    0
    • P pthepebble

      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

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

      @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
      0
      • VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #3

        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
        1
        • jsulmJ jsulm

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

          P Offline
          P Offline
          pthepebble
          wrote on last edited by
          #4

          @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
          0
          • P pthepebble

            @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 Offline
            K Offline
            koahnig
            wrote on last edited by
            #5

            @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
            1

            • Login

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