I was just wondering whether anyone had any thoughts on this one.
After I login to my FTP server using the QFTP class, I get the finished and done signals, but when I then call close(), the state changes as follows :-
QFTP::LoggedIn
QFTP::Closing
QFTP::Unconnected
but I do not get any finished or done signals emitted. Therefore my app does not know everything is now done, and I can destroy that QFTP object. Does anyone see a similar behaviour, or know how to get around this problem?
This is on both QT 4.5.2 and the latest 4.6.1. This is on Windows XP
regards,
David
Bookmarks