Check the return values of the connect() statement and also check if you see a warning during runtime about connect failing.
Cheers,
_
Check the return values of the connect() statement and also check if you see a warning during runtime about connect failing.
Cheers,
_
Hello !
Return value is a positive number, referring to a command id.
Actually, x is 1, 2, 3, ....
No errors or warnings are emmited.
Regards, Michael
connect() returns a bool
Since you are on Windows (according to your profile), do you have
in your .pro file?
Is the declaration of your Ftp class in a header or in a source file? If in a header, is it listes in HEADERS in your .pro?
Cheers,
_
Bookmarks