Can I use qt6 ftp? help me plz
-
I am not good at English. Please understand me.
I have to use FTP to Qt6.
Fortunately, ftp works well in VS2010 (Qt 5.6.2)
I'm testing on vs 2022(Qt 6.6.0_msvc2019_64) for the version upgrade.
Can I use ftp in Qt 6.6? When I checked other posts, I heard that it is difficult. Can I use qt5ftp in qt6.6?
Thank you in advance for your help.
-
I am not good at English. Please understand me.
I have to use FTP to Qt6.
Fortunately, ftp works well in VS2010 (Qt 5.6.2)
I'm testing on vs 2022(Qt 6.6.0_msvc2019_64) for the version upgrade.
Can I use ftp in Qt 6.6? When I checked other posts, I heard that it is difficult. Can I use qt5ftp in qt6.6?
Thank you in advance for your help.
@Teemo-of-LOL Please explain better!
Are you talking about QFtp class?
Or are you talking about QtFtp (https://github.com/qt/qtftp)? -
I am not good at English. Please understand me.
I have to use FTP to Qt6.
Fortunately, ftp works well in VS2010 (Qt 5.6.2)
I'm testing on vs 2022(Qt 6.6.0_msvc2019_64) for the version upgrade.
Can I use ftp in Qt 6.6? When I checked other posts, I heard that it is difficult. Can I use qt5ftp in qt6.6?
Thank you in advance for your help.
@Teemo-of-LOL Are qftp and qtftp different? Previous version used qftp(qt5.6.2).
I need ftp in vs2022(qt6.6.0). qt6 doesn't support ftp, so I don't know what to do.
I was wondering if I could use the qftp I was using in qt5 as it is.
Or I saw a post saying that qt6.8 supports ftp, but I'm not sure if I should wait for the qt6.8 version.
In conclusion, I just need to be able to use ftp in version 6.6. -
@Teemo-of-LOL Are qftp and qtftp different? Previous version used qftp(qt5.6.2).
I need ftp in vs2022(qt6.6.0). qt6 doesn't support ftp, so I don't know what to do.
I was wondering if I could use the qftp I was using in qt5 as it is.
Or I saw a post saying that qt6.8 supports ftp, but I'm not sure if I should wait for the qt6.8 version.
In conclusion, I just need to be able to use ftp in version 6.6.@Teemo-of-LOL said in Can I use qt6 ftp? help me plz:
Are qftp and qtftp different?
Yes. QFtp was a Qt class in Qt4 and was removed from Qt5.
QtFtp is a project which provides the FTP functionality which was removed from Qt.
So, you can either use QtFtp or QNetworkAccessManager which is now the recommended way. -
@Teemo-of-LOL said in Can I use qt6 ftp? help me plz:
Are qftp and qtftp different?
Yes. QFtp was a Qt class in Qt4 and was removed from Qt5.
QtFtp is a project which provides the FTP functionality which was removed from Qt.
So, you can either use QtFtp or QNetworkAccessManager which is now the recommended way.@jsulm That's right. I heard that you can't use qt5. So I installed qtftp separately and used it. Then, if you install qtftp separately in qt6.6, will it go back without a problem? I will attach the qtftp file that I used in qt5 as a picture.

Qftp,Qtftp,Qtftpdepends,Qtftpversion,Qurlinfo are files. -
@jsulm That's right. I heard that you can't use qt5. So I installed qtftp separately and used it. Then, if you install qtftp separately in qt6.6, will it go back without a problem? I will attach the qtftp file that I used in qt5 as a picture.

Qftp,Qtftp,Qtftpdepends,Qtftpversion,Qurlinfo are files.@Teemo-of-LOL said in Can I use qt6 ftp? help me plz:
Then, if you install qtftp separately in qt6.6, will it go back without a problem?
Don't know what you mean.
Build QtFtp for Qt6. If QtFtp works with Qt6 it will work. -
@Teemo-of-LOL said in Can I use qt6 ftp? help me plz:
Are qftp and qtftp different?
Yes. QFtp was a Qt class in Qt4 and was removed from Qt5.
QtFtp is a project which provides the FTP functionality which was removed from Qt.
So, you can either use QtFtp or QNetworkAccessManager which is now the recommended way.@jsulm You mean I can make ftp work without problems in qt6.6 with QtFtp or QNetworkAccess Manager?
-
@Teemo-of-LOL said in Can I use qt6 ftp? help me plz:
Then, if you install qtftp separately in qt6.6, will it go back without a problem?
Don't know what you mean.
Build QtFtp for Qt6. If QtFtp works with Qt6 it will work.@jsulm I tested the qtftp file that I used in version 5.6 as it is in version 6.6.
There is an lnk error, but I will look for more. Consequently, if I install it well, it means it works well in 6.6 without any problems. I will try installing it by myself with qtftp in 6.6, and if it doesn't work, I will ask again. Thank you! -
T Teemo of LOL has marked this topic as solved on
-
@jsulm You mean I can make ftp work without problems in qt6.6 with QtFtp or QNetworkAccess Manager?
@Teemo-of-LOL I don't know whether QtFtp supports Qt6 or not.
QNetworkAccessManager is part of Qt6, so yes it will work. An example: https://itecnote.com/tecnote/c-qt-qnetworkaccessmanager-to-download-file-from-ftp-server-not-working/ -
@Teemo-of-LOL I don't know whether QtFtp supports Qt6 or not.
QNetworkAccessManager is part of Qt6, so yes it will work. An example: https://itecnote.com/tecnote/c-qt-qnetworkaccessmanager-to-download-file-from-ftp-server-not-working/@jsulm Let's find out more about QtFtp / QNetworkAccess Manager. Thank you.
Have a good day^^