Results 1 to 2 of 2

Thread: Transfer files on WLAN using QT

  1. #1
    Join Date
    Jan 2011
    Location
    Karachi, Pakistan
    Posts
    25
    Thanks
    2
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Default Transfer files on WLAN using QT

    Hello everyone,

    Is it possible to send Data(files) over WLAN? If possible then can anyone show me the direction of using WLAN library in QT?

    thanks in advance.

    muhaaa

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Transfer files on WLAN using QT

    There is no 'WLAN' library.
    You have the Socket classes in the Network module.
    http://doc.qt.nokia.com/latest/qtnetwork.html

    But be sure first to google about general network programming, since from your question it looks like you don't really know much about.
    Qt has just some classes that implement network programming with some widely used protocols.

    Transferring files over network is usually done over FTP protocol.
    Here is Qt example for that:
    http://doc.qt.nokia.com/latest/netwo...ass-definition
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. File Transfer in Qt
    By Rajeshsan in forum Qt Programming
    Replies: 6
    Last Post: 11th February 2011, 04:13
  2. keyboard event transfer
    By vijayabcdef in forum Qt Programming
    Replies: 3
    Last Post: 22nd July 2010, 06:54
  3. wlan interface
    By akon in forum Newbie
    Replies: 1
    Last Post: 30th September 2009, 12:38
  4. wlan programming for N810
    By akon in forum Newbie
    Replies: 1
    Last Post: 15th September 2009, 05:19
  5. transfer large files using qsocket
    By vishesh in forum Qt Programming
    Replies: 3
    Last Post: 2nd March 2007, 15:40

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.