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. General File Transfer Help

General File Transfer Help

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 1.5k 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.
  • R Offline
    R Offline
    rizoritis
    wrote on last edited by
    #1

    Hello,

    I have two applications, one running on Windows Embedded 8 and the other running on Windows Compact 7. I am looking for a simple method for the application on Windows Embedded 8 to be able to pull files from the other system, edit the file, then transfer it back to the other app. I understand that this is what FTP is for, however it seems a little complicated. I am open for any suggestions. I just wanted to get some feedback on what people may have used and had trouble with in the past.

    Thanks!

    1 Reply Last reply
    0
    • mrdebugM Offline
      mrdebugM Offline
      mrdebug
      wrote on last edited by
      #2

      I think your question is very general.
      For example I love to use file transfer over http protocol. In this case I can push and pull files using authentication. In order to to this I have written a server and client component in qt. Is not an easy way. You have to choose one way and write all yourself.

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rizoritis
        wrote on last edited by
        #3

        Thanks, but are there any Qt examples of transferring files between client and servers. I already have TCP server and client, but I dont think using TCP is efficient.

        [quote author="mrdebug" date="1393453141"]I think your question is very general.
        For example I love to use file transfer over http protocol. In this case I can push and pull files using authentication. In order to to this I have written a server and client component in qt. Is not an easy way. You have to choose one way and write all yourself.[/quote]

        1 Reply Last reply
        0
        • mrdebugM Offline
          mrdebugM Offline
          mrdebug
          wrote on last edited by
          #4

          I think you can find examples on how to use tcp or udp but not an complete example on how to bring up a server and client component for file transferring.

          Need programmers to hire?
          www.labcsp.com
          www.denisgottardello.it
          GMT+1
          Skype: mrdebug

          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