userid attribute

The userid attribute specifies the logon name to use for accessing secured network locations.

Applies to

<data>

Syntax

/ userid = "string"

Parameters

userid A quoted string indicating a logon name.

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>


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.