Questions tagged [qtftp]

A possible misspelling of QFtp class in Qt. QtFtp is a deprecated API removed from Qt.

5 questions
4
votes
1 answer

How to use add-on "QtFtp"?

I want to use FTP in my current project, but since Qt5 ftp isn't available (only as add-on). I downloaded the sources from here: https://github.com/qt/qtftp In Qt's forum, I found a instruction how to use it: Open Console in the…
erniberni
  • 313
  • 5
  • 17
2
votes
1 answer

Howto compile Qt FTP webkit example with Qt5?

I have tried compiling the Webkit FTP example with QT 5.2 As far as I know, they had removed QFtp from QT 5 and only offer it as an add-on from https://qt.gitorious.org/qt/qtftp/source/a2a7f28c0facd7ca946cea54e98c6019fcdb16ae: I can get the sources…
user3059410
  • 93
  • 1
  • 8
1
vote
2 answers

Qt 5.2.0 ftp and QNetworkAccessManager

I need to be able to create directories on my ftp server. I know that there's no QFtp in the 5.2.1 qt, so how do I mkdir with QNetworkAccessManager?
Hina Kagiyama
  • 95
  • 1
  • 9
0
votes
1 answer

How to connect to FTP and download file using Qt?

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…
erniberni
  • 313
  • 5
  • 17
0
votes
2 answers

Installing the qtftp module in Qt 5.6.0

I'm trying to install qftp but it does not really work. I first recovered the sources on github. Then I copied the sources to Qt's src folder and renamed the "qtftp" folder, then run the Perl syncqt.pl file to generate the headers and others. Then I…