HTTP FTP parallel # # Server-side HTTP/1.1 200 OK Content-Length: 10001 Content-Type: text/html %repeat[1000 x hellohttp!]% %repeat[1000 x hello ftp!]% # # Client-side %repeat[1000 x hellofile!]% http ftp curl HTTP, FILE and FTP in parallel http://%HOSTIP:%HTTPPORT/%TESTNUMBER file://localhost%FILE_PWD/log/test%TESTNUMBER.txt ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 --parallel -o log/%TESTNUMBER.a -o log/%TESTNUMBER.b -o log/%TESTNUMBER.c #