Skip to content
  • 0 Votes
    3 Posts
    1k 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.).