Ftp: user |
Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista,Windows 7
Specifies a user to the remote computer. For examples of how this command can be used, see Examples.
Syntax
Copy Code |
|
user <UserName> [<Password>] [<Account>] |
Parameters
Parameter |
Description |
<UserName> |
Specifies a user name with which to log on to the remote computer. |
[<Password>] |
Specifies the password for UserName. If a password is not specified but is required, ftp prompts for the password. |
[<Account>] |
Specifies an account with which to log on to the remote computer. If an Account is not specified but is required, ftp prompts for the account. |
Examples
Specify User1 with the password Password1.
Copy Code |
|
user User1 Password1 |