Using the ftp command

ftp commands are common to all UNIX systems.

ftp programs use interfaces that are common for all UNIX systems.

The following is an example of printing using the ftp command (the entry operations are underlined).

ftp> open 22.33.44.55 Connected to 22.33.44.55

220PR-Ifx(22.33.44.55) ftp server ready. Name:

331Password Required for (No Name). Password:

230User logged in.

200Type set to I.

ftp> put binary file

8

200 PORT command successful.

 

150Opening data connection for binary_file

226Transfer complete ftp> bye

Using the Interface Card with UNIX 8-9