Qt-interest Archive, March 2007
Problem with QFtp
Message 1 in thread
I'm using a QFtp object that is connecting to a VSFtp server. It
queries it for a list of files and then subsequently asks to download
some of those files. I am running in passive mode and I can
successfully login to the server. However, intermitantly the list
command will not return all the files on the server and also
intermitantly I will not be able to download files from the server. The
problem seems to be that commandFinished is never executed - sometimes
the QFtp object will just hang on the current command and no other
command will ever get done. What could possibly be the problem?
Shouldn't the QFtp object eventually timeout and signal command
finished? Any help is greatly appreciated. Thanks,
Chris Portka
--
[ signature omitted ]
Message 2 in thread
Hi,
Have you tried the Qt example? I'm thinking of the one in subdirectory:
examples/network/ftp
Does this example work properly? Does it fail as well?
--
[ signature omitted ]