FTP QNetworkAccessManager LIST command without QFtp Windows Qt 5.5.1
Unsolved
General and Desktop
-
wrote on 23 Feb 2016, 06:03 last edited by
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.
-
wrote on 30 Oct 2017, 19:49 last edited by Andi_D
Sorry for bringing this old thread back, but have you found a solution for sendig raw commands to the FTP?
I am not able to use the old QFTP so i need this to get running with QNetworkAccessManager.
Thanks in advance!