Skip to content
Qt 6.11 is out! See what's new in the release blog
  • Using QTIFW with FTP

    Unsolved Qt Creator and other tools qtifw qtifw3.0 qtifw ftp
    3
    0 Votes
    3 Posts
    2k Views
    K
    @JKSH said in Using QTIFW with FTP: Interesting; I didn't realize Qt IFW works with FTP! (I thought it uses QNetworkAccessManager internally, which doesn't support FTP) QNetworkAccessManager can handle ip addresses starting with "ftp:". You can download files without problems. QNetworkAccessManager cannot handle the ftp commands for instance for folder navigation (cdup, etc.).