PDA

View Full Version : FTPClient using QFtp how to handle conditions like network connection gone etc.... ?



ashish.soni
1st December 2010, 20:21
I am trying to implement FTPClient in using QFtp .

How can i handle exceptional cases like during downloading network cable is unplugged , not internet connection gone etc.. ?

How can my FTPClient can come to know about such event and is there such kind of notification available ?

I have tried to use signals like done(bool) , commandFinished ( int id, bool error ) but i m not getting any sort of signal.