Christoph Gartmann
2011-02-09 14:57:22 UTC
Hello,
under Multinet V5.3 I am trying to send a single command to a webserver.
Interactively I would do something like this:
TELNET/PORT=80 web.server
GET /
Now I would like to do the same from within a DCL procedure.
I tried
$ TELNET/CREATE_NTY/PORT=80 web.server
$ OPEN/WRITE tfile telnet_nty
$ WRITE tfile "GET /"
$ CLOSE tfile
But for some reason no requests reach web.server. What is wrong here?
Any other ideas on how to achive what I want?
Regards,
Christoph Gartmann
under Multinet V5.3 I am trying to send a single command to a webserver.
Interactively I would do something like this:
TELNET/PORT=80 web.server
GET /
Now I would like to do the same from within a DCL procedure.
I tried
$ TELNET/CREATE_NTY/PORT=80 web.server
$ OPEN/WRITE tfile telnet_nty
$ WRITE tfile "GET /"
$ CLOSE tfile
But for some reason no requests reach web.server. What is wrong here?
Any other ideas on how to achive what I want?
Regards,
Christoph Gartmann
--
Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -80464
Immunbiologie und Epigenetik
Postfach 1169 Internet: ***@immunbio dot mpg dot de
D-79011 Freiburg, Germany
http://www.immunbio.mpg.de/home/menue.html
Max-Planck-Institut fuer Phone : +49-761-5108-464 Fax: -80464
Immunbiologie und Epigenetik
Postfach 1169 Internet: ***@immunbio dot mpg dot de
D-79011 Freiburg, Germany
http://www.immunbio.mpg.de/home/menue.html