QNetworkAccessManager FTP request without HELP
Unsolved
General and Desktop
-
I'm trying to access FTP server using QNetworkAccessManager, but I see from my server console, that first of all server receives login sequence and "HELP" command, but this command is not supported by my server, and at least by one alternative.
Is it possible to at least try to use "RETR" instead of giving up completely because of lack of "HELP" command?
Uploading btw works fine, without "HELP"
-
Hi and welcome to devnet,
Did you try to access the server ? What did you try ?