Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

User Commands (d - f) ftp(1)
331 Passwd required for smith
Password:
230 User smith logged in
ftp>
3. In this example, user smith makes a typing error:
$ ftp test
Connected to test.abc.org
220 test FTP server (Version 5.47 13 Mar 90 02:27) ready.
Name (test:fred): msith
331 Passwd required for msith
Password:
530 User msith unknown
ftp> user smith
331 Passwd required for smith
Password:
230 User smith logged in
ftp>
4. In this example, user fred issues the ftp command without specifying a hostname, then
connects to host1 using the open subcommand:
$ ftp
ftp> open host1
Connected to host1.abc.org
220 host1 FTP server (Version 5.47 13 Mar 90 02:27) ready.
Name (host1:fred): fred
331 Passwd required for fred
Password:
230 User fred logged in
ftp>
FILES
$HOME/.netrc Contains automatic login information.
RELATED INFORMATION
Commands: sh(1), ftpserver(7), stty(1).
Files: netrc(4).
527188-003 Hewlett-Packard Company 3165