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

Add support for more Network transports (SMB, SFTP)

XMLWordPrintable

      QNAM supports FTP, HTTP, local files and Qt resources. That's it. (Plus the two internal backends: one for cache-reading and the debug one). It would be nice if we could support more things, like SFTP (transfer protocol over SSH, not FTPS) or SMB on Unix platforms (it's native on Windows).

      But, to do that, the first task is to cleanup the QNetworkAccessBackend class, so that it can be made public. Then, once it's public, we can make plugins of those additional protocols, like KDE's KIOSlave system.

      Going further, we can even integrate with KIOSlaves and GIO by way of plugins.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            cnn Qt Core & Network
            hhartz Henrik Hartz (closed Nokia identity) (Inactive)
            Votes:
            28 Vote for this issue
            Watchers:
            28 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes