The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

stp-trget - retrieves a given test run's data files.

SYNOPSIS

stp-trget ID [ ID [ ... ] ]

DESCRIPTION

stp-trget will retrieve the data files for a given test request's test run and store them into a subdir in the current directory named as the test run's ID number. Skips arguments that are not numeric, issuing a warning.

This script is essentially just a wrapper around wget that pulls the data from a URL.

OPTIONS

-V, --version

Displays the version number of the script and exits.

-h, --help

Displays a brief usage message

--man

Displays the man page

u url, --url=server_url

The URL to retrieve data from. Will look for [url]/[ID NUM]/ By default, it uses http://khack.osdl.org/stp/.

PREREQUISITES

wget, Pod::Usage, Getopt::Long

AUTHOR

Bryce Harrington <bryce@osdl.org>

COPYRIGHT

Copyright (C) 2004 Open Source Development Labs All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION

Revision: $Revision: 1.4 $