Sponsored Content
Full Discussion: Script to telnet web server
Top Forums Shell Programming and Scripting Script to telnet web server Post 302264073 by bsddaemon on Wednesday 3rd of December 2008 04:50:09 AM
Old 12-03-2008
Ah yes, it should have been (). Nonetheless, it makes no progress, I still cannot pass the HEAD method command to the server
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

(w)get web server's directories + bash script

Hi everyone. I need to write a script which will download files/folders (a huge collection) to the local file server (centOS 4.4 Server), and check regularly (every 6 hours or so if any new files are present, or if the old ones were modified to update contents). Any insights on how to tackle... (2 Replies)
Discussion started by: reminiscent
2 Replies

2. Shell Programming and Scripting

Script to monitor JBoss web server

Hello All, I need a shell script to monitor JBOSS web server.If the JBOSS web server is down, then the script should send a mail. Please help on this. Regards, Sachin (2 Replies)
Discussion started by: nsachin
2 Replies

3. Shell Programming and Scripting

How to auto telnet the server from another server using script

Hi All, I have a problem with auto telnet script, but I want to tell u something a) I am only a member access on the server, so not able to access 'root' account b) not able to install any software on server 3) On server, there is not install 'except' I have to write a script, which is ran... (0 Replies)
Discussion started by: atul9806
0 Replies

4. Shell Programming and Scripting

Script for HP Embedded Web Server

Hi, In our company we have serveral HP Officejet Pro 8600 N911g printers. I would like to create one addressbook (in CSV format) and import it to all our printers If i go to the settings of my network printer by ip address: /#hId-EmailContacts in my browser I don't see an option ... (0 Replies)
Discussion started by: eclectica1
0 Replies

5. Web Development

Script to determine which web server at ip addresses

how do we determine if ip addresses are hosting IIS version 7.x or Apache 2.2.x. ? (3 Replies)
Discussion started by: NameSake
3 Replies
EVENTHTTPREQUEST(3)							 1						       EVENTHTTPREQUEST(3)

The EventHttpRequest class

INTRODUCTION
Represents an HTTP request. CLASS SYNOPSIS
EventHttpRequest EventHttpRequest Constants o const integer$EventHttpRequest::CMD_GET1 o const integer$EventHttpRequest::CMD_POST2 o const integer$EventHttpRequest::CMD_HEAD4 o const integer$EventHttpRequest::CMD_PUT8 o const integer$EventHttpRequest::CMD_DELETE16 o const integer$EventHttpRequest::CMD_OPTIONS32 o const integer$EventHttpRequest::CMD_TRACE64 o const integer$EventHttpRequest::CMD_CONNECT128 o const integer$EventHttpRequest::CMD_PATCH256 o const integer$EventHttpRequest::INPUT_HEADER1 o const integer$EventHttpRequest::OUTPUT_HEADER2 Methods o public bool EventHttpRequest::addHeader (string $key, string $value, int $type) o public void EventHttpRequest::cancel (void ) o public void EventHttpRequest::clearHeaders (void ) o public void EventHttpRequest::closeConnection (void ) o public EventHttpRequest::__construct NULL (callable $callback, [mixed $data]) o public void EventHttpRequest::findHeader (string $key, string $type) o public void EventHttpRequest::free (void ) o public EventBufferEvent EventHttpRequest::closeConnection (void ) o public void EventHttpRequest::getCommand (void ) o public EventHttpConnection EventHttpRequest::closeConnection (void ) o public string EventHttpRequest::getHost (void ) o public EventBuffer EventHttpRequest::getInputBuffer (void ) o public array EventHttpRequest::getInputHeaders (void ) o public EventBuffer EventHttpRequest::getOutputBuffer (void ) o public void EventHttpRequest::getOutputHeaders (void ) o public int EventHttpRequest::getResponseCode (void ) o public string EventHttpRequest::getUri (void ) o public void EventHttpRequest::removeHeader (string $key, string $type) o public void EventHttpRequest::sendError NULL (int $error, [string $reason]) o public void EventHttpRequest::sendReply (int $code, string $reason, [EventBuffer $buf]) o public void EventHttpRequest::sendReplyChunk (EventBuffer $buf) o public void EventHttpRequest::sendReplyEnd (void ) o public void EventHttpRequest::sendReplyStart (int $code, string $reason) PREDEFINED CONSTANTS
o EventHttpRequest::CMD_GET - GET method(command) o EventHttpRequest::CMD_POST - POST method(command) o EventHttpRequest::CMD_HEAD - HEAD method(command) o EventHttpRequest::CMD_PUT - PUT method(command) o EventHttpRequest::CMD_DELETE - DELETE command(method) o EventHttpRequest::CMD_OPTIONS - OPTIONS method(command) o EventHttpRequest::CMD_TRACE - TRACE method(command) o EventHttpRequest::CMD_CONNECT - CONNECT method(command) o EventHttpRequest::CMD_PATCH - PATCH method(command) o EventHttpRequest::INPUT_HEADER - Request input header type. o EventHttpRequest::OUTPUT_HEADER - Request output header type. PHP Documentation Group EVENTHTTPREQUEST(3)
All times are GMT -4. The time now is 11:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy