Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QFtp example, problem with download
Forum Update on Monday, May 27th 2025

QFtp example, problem with download

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 4.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RafalN
    wrote on 17 Jul 2010, 22:03 last edited by
    #1

    I downloaded Qt 4.6.3 and tried to run QFtp example. After few minutes I've found strange problem: I can start downloading a file and if I click cancel on the progress dialog it disappears, but after that, whole file list seems to be "busy" or locked and I can't even change working directory. Disconnecting and connecting again doesn't work either.

    The problem occurs only when I download files bigger than 10MB. I tried both VS2008 and MinGW4.4 versions of Qt4.6.3.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      harryF
      wrote on 18 Jul 2010, 13:43 last edited by
      #2

      Try to compile your own Qt, and enable the following two defines on top of qftp.cpp (they're commented out in the default build):

      @
      #define QFTPPI_DEBUG
      #define QFTPDTP_DEBUG
      @

      If there's nothing obvious that you can see or fix yourself, I suggest to create a bugreport at bugreports.qt.nokia.com, providing the trace you get from the QFTP* debug macros, and as much other information as possible (which ftp server? active or passive mode? binary or ascii?). Also try different FTP servers, maybe that particular ftpd has a bug?

      // happy hacking

      1 Reply Last reply
      0

      1/2

      17 Jul 2010, 22:03

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved