0

Toolbar for FTP

On the picture you can see my GUI for my test project. What I want to do is:

Enter a ftp-url in the line-edit, connect/disconnect to the FTP-server and when I am connected, load a file from the server (button on the left).

I have Qt 5.9 and I cant find anything to include QFtp.

How I can solve this?

scopchanov
  • 7,966
  • 10
  • 40
  • 68
erniberni
  • 313
  • 5
  • 17

1 Answers1

0

Please check QStringList QNetworkAccessManager::supportedSchemes() method output. Possible you will see ftp here and can use regular QNetworkRequest class for access to ftp.

stanislav888
  • 374
  • 2
  • 9