FTP QNetworkAccessManager LIST command without QFtp Windows Qt 5.5.1
Unsolved
General and Desktop
-
Since QFtp won't compile on Windows (at least for me) in Qt 5.5.1, so my next question is, how to use FTP commands with QNetworkAccessManager? FTP up- and download do work very well but i still need at least the LIST and CD command. Is there a way to send native FTP commands trough sendCustomRequest?
Is there any other practical solution to this?
Thanks.