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. QNetworkAccessManager a way to create a directory on an ftp-server???

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

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 3.7k 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.
  • L Offline
    L Offline
    leviathan
    wrote on 11 Oct 2012, 17:17 last edited by
    #1

    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
    0
    • A Offline
      A Offline
      alexisdm
      wrote on 13 Oct 2012, 21:29 last edited by
      #2

      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
      0

      2/2

      13 Oct 2012, 21:29

      • Login

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