Script for HP Embedded Web Server


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Script for HP Embedded Web Server
# 1  
Old 07-18-2013
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: [IP-address]/#hId-EmailContacts in my browser

I don't see an option 'import addressbook' or something like this.

Can i use a script where first I login to the printer and secondly import the file into the addressbook? Does something exist like this?

Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. 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

2. AIX

websm: configuring embedded Web server ?

Hello, AIX v6.1 TL6 I need to install websm and have problems configuring AIX embedded Web server. In order to install windows client I must download it from AIX server using HTTP. This is from official IBM doc: I am able to launch configassist successfully but there is no word about websm... (0 Replies)
Discussion started by: vilius
0 Replies

3. 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

4. Shell Programming and Scripting

Script to telnet web server

A similar script I wrote long time ago, it was working, but it was deleted and now for some reasons my new script doesnt work. I have been searching for a while in google but no luck so far. Can anyone help me to spot syntax errors with this little script here: #!/bin/sh { sleep 2 ... (5 Replies)
Discussion started by: bsddaemon
5 Replies

5. 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
Login or Register to Ask a Question
evolution-addressbook-import(1) 				   User Commands				   evolution-addressbook-import(1)

NAME
evolution-addressbook-import - import contact information into the local address book in Ximian Evolution, Sun Microsystems Edition SYNOPSIS
evolution-addressbook-import [--help] [--input=input-file] [--usage] [--version] DESCRIPTION
Import contact information into the local address book from a file. The file contents can be in either virtual-card (Vcard) format or comma-separated value (CSV) format. OPTIONS
The following options are supported: --help Display help text. You can also use -? to specify this option. --input=input-file Specify the input file that contains the information to be imported. --usage Display brief usage text. --version Display version information. EXAMPLES
Example 1: Importing Contact Information into Local Address Book From contacts.vcf example% evolution-addressbook-import --input=contacts.vcf EXIT STATUS
The following exit values are returned: 0 Application exited successfully 1 Application exited with failure FILES
The following files are used by this application: /usr/bin/evolution-addressbook-import Executable to import data into Evolution local address book $HOME/evolution Per-user configuration files and local storage for Evolution $HOME/evolution/mail/account/folders Temporary files for Evolution mail $HOME/evolution/sunone/account/folders Temporary files for Evolution Sun ONE account ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC | +-----------------------------+-----------------------------+ |Availability |SUNWevo | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ |Interface stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT safe with Exceptions | +-----------------------------+-----------------------------+ SEE ALSO
Ximian Evolution Sun Microsystems Edition User Guide evolution(1), evolution-address-export(1) NOTES
Written by Steven Zhang, Sun Microsystems Inc., 2004. SunOS 5.10 15 Apr 2004 evolution-addressbook-import(1)