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/%LOGDIR/test%TESTNUMBER.txt ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 --parallel -o %LOGDIR/%TESTNUMBER.a -o %LOGDIR/%TESTNUMBER.b -o %LOGDIR/%TESTNUMBER.c #