The password attribute specifies a password to use for accessing secured network locations.
Applies to
<data>
Syntax
/ password = "string"Parameters
| password | A quoted string indicating a secret password. |
Remarks
The userid and password are used to log in when data is stored on a secured network resource such as an ftp share or web site.
Examples
The following saves the data to a secure ftp share using the specified userid and password:
<data>
/ file="ftp://ftp.millisecond.com/mydata/"
/ userid="sean"
/ password="open sesame"
</data>