Guest_imported
New member
- Jan 1, 1970
- 0
I have a developer asking for a Unix command that can be entered from the Unix command line that will allow comunication with a Windows Web Server. He said in the past he was able to get the following to work:
telnet host port < commandsfile
The command file had these lines in it:
"GET / HTTP/1.1"
"Host: telnethost"
I have not been able to get this to work. Is there another command other than telnet that would allow this comunication?
Thanks
telnet host port < commandsfile
The command file had these lines in it:
"GET / HTTP/1.1"
"Host: telnethost"
I have not been able to get this to work. Is there another command other than telnet that would allow this comunication?
Thanks