get a list of file from a server with Qt 5.8
Unsolved
General and Desktop
-
Hello everybody,
for a project I work with Qt 5.8 and I need to get a list of name of file from a server. the problem and I have to use QNetworkAccessManager because QFtp is removed and that QNetworkAccessManager do not have function which allow to get a list of file.
Do you have an idea of how can I resolve my problem ?
Apparently I have to recompile the old QFtp class or is there another way ?
Thank you for your help
-
Hi,
What about using curl ? See this answer on a similar thread.