PDA

View Full Version : Transfer files on WLAN using QT



bilalsaeed
3rd January 2011, 12:34
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 :)

high_flyer
3rd January 2011, 13:29
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/network-qftp.html#ftpwindow-class-definition