April 2018
Intermediate to advanced
404 pages
8h 27m
English
Now that we have successfully uploaded our first file to the FTP server, let's create the feature for downloading the file back onto our computer!
void MainWindow::on_setFolderButton_clicked() { QString folder = QFileDialog::getExistingDirectory(this, tr("Open Directory"), qApp->applicationDirPath(), QFileDialog::ShowDirsOnly); ui->downloadPath->setText(folder); ...