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