Using HP-UX Internet Services (August 2003)
Transferring Files with ftp
Using ftp
Chapter 3 29
ftp> put
filename
[
destination_filename
]
ftp> get
filename
[
destination_filename
]
The put command transfers a file from the local host to the remote
host. The get command transfers a file from the remote host to the
local host. If you do not specify a
destination_filename
, the file is
copied with the original name.
7. To exit from ftp and return to the HP-UX prompt on your local host,
type quit at the ftp> prompt.