Programming with Reflection

image\rwnprg32.gif FTPUserName property

 

Syntax

object.FTPUserName
object.FTPUserName = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) the default user name to be used when logging into an FTP server. If the value of this property is an empty string, the user will be prompted for a password when FTP file transfer is initiated (unless the FTPStartServer method is used with its Options argument set to rcNoLoginDialog).

This property is relevant only for transfers that use the FTP protocol.

Values

The default value is "".

The string cannot be more than 259 characters long.

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property