On Thu, Oct 18, 2012 at 07:26:20PM +0530, freak 16 wrote:
>    I am using httpterm 1.7.0 and using the command httpterm -D -L
> <ip>:<port>. It is running fine but when doing request with inject:  the
> command is:
>    inject -o 1 u 1 -G <server-ip>:<port>. In the client side I am getting
> all o/p as zeroes.
> 
>    What need to be done?
>
> Where the files reside in server side (like
> apache's default file location is /var/www/).?

It seems it's my day, you're the second one to report the same thing the
same day and to ask the same question. What you have above is correct, so
if you see all zeroes, you need to check that :
  - httpterm is really running (not kidding, I just got a private report
    saying "command not found" because it was started from the wrong path)
  - the IP you bind it to really belongs to the machine
  - you don't have a firewall on the machines

And there are *no* files, httpterm is not a file server, it only produces
data on the fly with the characteristics that are requested by the client
(time, size, etc...).

After that I don't know what to say, this should work because it is designed
to be that simple. So try with telnet, run strace and tcpdump to see what is
wrong.

Hoping this helps,
Willy


Reply via email to