I am writing a simple FTP client in Qt.
I am using Qt 5.0.
I have written a code to download and upload files using QNetworkAccessManager
as QFtp
is deprecated from Qt 5.0.
I want to write a code to get list of all files on FTP.
I got solutions using QFtp
but not using QNetworkAccessManager
.
Suggest me how to do it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…