Results 1 to 2 of 2

Thread: Transferring images..

  1. #1
    Join Date
    Mar 2008
    Posts
    15
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Transferring images..

    hello

    what's the best way to transfer image files between client and the server?should i use FTP or TCP?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Transferring images..

    FTP uses TCP, so in that case whatever you choose, you'll be using TCP

    But seriously - it depends. If you can have an ftp server, then use ftp. If you don't have an ftp server but you do have an http server, use http. If you don't have any servers like that, use plain TCP connection to implement your own protocol.

Similar Threads

  1. import large number of images
    By sriluyarlagadda in forum Qt Programming
    Replies: 5
    Last Post: 15th May 2008, 10:26
  2. displayin' many images on a scence
    By peace_comp in forum Qt Programming
    Replies: 1
    Last Post: 1st May 2008, 08:57
  3. Image Viewer for multiple images
    By sinha.ashish in forum Qt Programming
    Replies: 1
    Last Post: 25th April 2008, 16:30
  4. Displaying real time images
    By Sheetal in forum Qt Programming
    Replies: 9
    Last Post: 22nd February 2007, 11:29
  5. JPEG Images not shown in QiconView using QT3??
    By darpan in forum Qt Programming
    Replies: 1
    Last Post: 4th August 2006, 20:34

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.