- From: Víctor Pascual <victor.pascual@upf.edu>
- Date: Tue, 12 Jul 2005 19:45:02 +0200
- To: www-lib@w3.org
Hi all,
this is my first time using the WebBot of Libwww.
I've tried the simple script available at
http://www.w3.org/Robot/src/robot.sh, but what I really need is SQL logging.
That's the modification of the simple script that I'm currently using:
ROOT=$1
IMGROOT=$2
LOG=$3
FLAGS=$4
ROBOT=webbot
${ROBOT} ${FLAGS} -q -ss -n -depth 99 \
-exclude "/ArchiveBrowser/|/History/|/member/|/team/" \
-check
"\.gz$|\.tar$|\.tgz$|\.Z$|\.zip$|\.ZIP$|\.exe$|\.EXE$|\.ps$|\.doc$|\.pdf$|\.xplot$|\.java$|\.c$|\.h$|\.txt$|\.ppt$|\.gif$|\.GIF$|\.tiff$|\.png$|\.PNG$|\.jpeg$|\.jpg$|\.JPE$"
\
-prefix ${ROOT} \
-img -imgprefix ${IMGROOT} \
-sqlserver localhost \
${ROOT}
Running it i get "Bad Argument (-sqlserver)"
Can anybody help me in order to get the SQL logging??
I will really appreciate your help.
Víctor
Received on Wednesday, 13 July 2005 08:26:01 UTC