Purpose
To provide a means to get a URL in the absence of better tools such as
Used by
Invoked from the command line. See:
e.g.
Usage: geturl <host> <path> [<port> [<header>]] Example: geturl some.domain /some/dir/file.html 80 will get: http://some.domain:80/some/dir/file.html
TWiki Modules used
External Modules used
This section lists the methods that can be used by the scripts and by other modules These do not need to be not documented yet Please see
CodevDocumentationProject and
CodevDocumentationProjectDev for comments on the format of these pages.
--
MartinCleaver - 23 Jun 2002
- Would it be better to have a util directory sibling to bin, or RenameBinToCgiBin?
- It would be consistent with other tools if this took the syntax:
http://some.domain:80/some/dir/file.html
instead of needing the host, port and location on the site separately.
--
MartinCleaver - 23 Jun 2002