(41 out of 44)
Test.HTML Path
Synopsis
Full path to the directory where HTML files are to be placed
Description
This option tells Sapphire/Web where to install the HTML documents and templates. This option is passed to the
satest.sh
script which will use
rcp
to copy the HTML files to the specified host and directory. You must have write permission on both the directory and any files in the directory that you may overwrite. The directory also must be accessible by the http server that is specified in the Test.HTML URL option. This option also tells the CGI where it can find the HTML templates that are associated with the project. You should only supply the username@ section if you do not have an account with the same name on the specified hostname.
Permitted Values
[[username@]hostname:]full path to html directory for project
Example Values
server:/usr/website/html
server:~#user/public_html/#proj
webuser@server:/usr/website/html
See Also
Test.HTML URL option
satest.sh
(41 out of 44)