Hi Alexandre, Alexandre Vieira <nul...@gmail.com> writes:
> Is it possible to have wget to send a different POST for each line on the > file in an HTTP 1.1 persistent connection or HTTP 1.0 > "Connection: Keep-alive" connection? Like having the connection up and feed > it trough stdin or something similar? This can't be done, the POST data can't be splitted, I can't imagine any workaround for it. The only possible solution I see is to use two different wget instances, and two different connections. Giuseppe