********* Start testing of tst_NetworkSelfTest *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 17.0.0 (clang-1700.3.19.1)), macos 26.0.0
PASS   : tst_NetworkSelfTest::initTestCase()
QDEBUG : tst_NetworkSelfTest::ftpServer() 0 Connecting to server on port 21
QDEBUG : tst_NetworkSelfTest::ftpServer() 1 Expecting "220"
QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 2 Discarded " (vsFTPd 2.2.2)\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 3 Sending "USER anonymous\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 4 Expecting "331"
QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 5 Discarded " Please specify the password.\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 6 Sending "PASS user@hostname\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 7 Expecting "230"
QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 8 Discarded " Login successful.\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 9 Sending "CWD pub\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 10 Expecting "250"
QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 11 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 12 Sending "CWD dir-not-readable\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 13 Expecting "550"
QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 14 Discarded " Failed to change directory.\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 15 Sending "PWD\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 16 Expecting "257 \\\"/pub\\\"\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 17 Sending "SIZE file-not-readable.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 18 Expecting "213 41\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 19 Sending "CWD qxmlquery\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 20 Expecting "250"
QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 21 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 22 Sending "CWD /qtest\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 23 Expecting "250"
QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 24 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 25 Sending "SIZE bigfile\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 26 Expecting "213 519240\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 27 Sending "SIZE rfc3252\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 28 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 29 Sending "SIZE rfc3252.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 30 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 31 Sending "QUIT\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 32 Expecting "221"
QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 33 Discarded " Goodbye.\\r\\n"
QDEBUG : tst_NetworkSelfTest::ftpServer() 34 Waiting for remote disconnect
PASS   : tst_NetworkSelfTest::ftpServer()
PASS   : tst_NetworkSelfTest::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 1272ms
********* Finished testing of tst_NetworkSelfTest *********
