Search code examples
c++qtqtnetworkqftpqtftp

Qt 5.2.0 ftp and QNetworkAccessManager


I need to be able to create directories on my ftp server.

I know that there's no QFtp in the 5.2.1 qt, so how do I mkdir with QNetworkAccessManager?


Solution

  • QNetworkAccessManager doesn't support that