Connection to FTP server
Unsolved
General and Desktop
-
Good afternoon everyone.
I'm new to programming with Qt. I hope you can help me.
I need to make an application that connects to an FTP server and allows me to browse the directories of the FTP server and download a file.
Does anyone have an example of how to solve this problem? Could you guide me with what to do?
I've been testing with the classes QNetworkAccessManager and with QTcpSocket, but I'm still unable to obtain the server tree.
Estoy utilizando Qt 5.12.3
Thank you -
Hi,
The most simple would likely be to integrate libcurl.