Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.