Quote:
What on earth does -
ftpcontrolsocket.cpp(1871): Waiting for replies to skip before sending next command... caller=0p428d330
actually mean in a user friendly way?
ftpcontrolsocket.cpp(1871): Waiting for replies to skip before sending next command... caller=0p428d330
actually mean in a user friendly way?
FTP is strictly challenge-response based. A command may not be sent if there's still a reply. For some commands, e.g. FTP-keep-alive, replies are of no interest, they are merely skipped.