Specifies a user to the remote computer.
user UserName [Password] [Account]
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.
? user : Displays help for the user command.
| Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |