QFtp abort()
Hello,
After calling QFtp -> abort(), QFtp send ABOR to the server and operation is "aborted" but the problem with this is that the next command, it can be anything, don't work at all, and QFtp internal socket just "hangs" (no data is send to the server).
Strange part is that when using QFtp->abort() after the QFtp-> put() then signal commandFinished() is emitted with error = true for the id of the QFtp()->put().
Any idea why is this happening or how to bypass this problem? (excluding recreation of the QFtp() )
EDIT:
When using QFtp->abort() after the QFtp-> get() then signal commandFinished() is NOT emitted with error = true for the id of the QFtp()->get().
Qt: 4.8.4
MingW: 4.6.2 WinXP Sp3
Last edited by Talei; 5th December 2012 at 14:28.
In the near future - corporate networks reach out to the stars. Electrons and light flow throughout the universe.
The advance of computerization however, has not yet wiped out nations and ethnic groups.
Bookmarks