Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QNetworkAccessManager a way to create a directory on an ftp-server???

    General and Desktop
    2
    2
    3459
    Loading More Posts
    • 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.
    • L
      leviathan last edited by

      hi everybody!!!!

      i wonder if there is a way to create a directory on an ftp server using QNetworkAccessManager...

      i can do this with QFtp but according to Qt docs it's recommended to use QNetworkAccessManager API.........

      1 Reply Last reply Reply Quote 0
      • A
        alexisdm last edited by

        There are some things like listing files in a directory or creating a directory that you can only do with QFtp. You can look in the source code, there is no call to QFtp::mkdir in the QNetworkAccessManager ftp backend.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post