Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-14080

QFtp does not report error when target of a PUT command cannot be opened

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.6.2
    • Network: FTP
    • None

    Description

      If you attempt to PUT a file via QFtp, and that file cannot be opened, QFtp does not report any sort of error. The session "hangs" until/unless the server gets tired of waiting and times out the session.

      (ref QFtpPrivate::_q_startNextCommand(), line 2255, where if c->data.dev->open(...) fails, control simply falls through to line 2273 without raising any sort of error indication)

      Attachments

        1. qftp.patch
          2 kB
          Tomer Froumin
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            jb4 Jay Burns IV
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes