QNetworkAccessManager a way to create a directory on an ftp-server???
-
wrote on 11 Oct 2012, 17:17 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.........
-
wrote on 13 Oct 2012, 21:29 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/2