Version 1.0 SERIES 3000
IRIS OWNER’S GUIDE 4-17 Workstation Administration
hostname is the host to which you wish to transfer files. For example,
suppose your hostname is olympus. Then, you type:
ftp olympus
Assuming your hostname is olympus, the screen shows:
Connected to olympus.
220 olympus FTP server (Version 4.81 Mon Sep 26 08:36:28 PDT 1983) ready.
The host then requests your name and password. The following
example assumes the user’s name is Peter.
Name (olympus:peter):peter
Password (olympus:peter):
331 Password required for peter.
230 User peter logged in.
After you’ve logged in, the ftp prompts appears:
ftp>
2. Now you’re ready to send and receive files using the commands
below. Each bulleted item shows both the command syntax and an
example for that command.
•To send a file to the remote host, type a command using the
following syntax:
send localfile remotefile
For example, this command sends the file myfile to a file of the
same name on the host machine:
send myfile
The screen indicates that the file has been sent to the remote
machine.
•To get a file on the remote machine and bring it to the local
machine, type:
get localfile remotefile