F
Florent
Hello,
I would like to be able to produce this command under Windows :
telnet www.serveur.fr 80 <<EOF
GET /svri/?page=informer HTTP/1.1
host: www.serveur.fr
EOF
The only solution I found was to use wget.
But the problem is that I might not have the right to install wget on
every system on wich I would like to put my project.
Florent
I would like to be able to produce this command under Windows :
telnet www.serveur.fr 80 <<EOF
GET /svri/?page=informer HTTP/1.1
host: www.serveur.fr
EOF
The only solution I found was to use wget.
But the problem is that I might not have the right to install wget on
every system on wich I would like to put my project.
Florent