Below is a template of an OpenVMS FTP session that will retrieve a
Product kit. The user-supplied information is
bolded, and the
system prompts and responses are not.
Replace the
Username
and Password with
the login information you received in the most recent SPL kit.
Replace
O/S and Filename.ext as follows: For O/S enter:
VA for OpenVMS Alpha,
VV for OpenVMS VAX,
DU for Tru64 UNIX.
For Filename.ext
you will have to go the previous web page, the Product Page, and hover over
the "Zip file" hyperlink, the IE status bar will display
a string that ends with the
Filename.ext to enter. Enter the FILENAME.EXE CAPALITIZE.
$ ftp h30266.www3.hpe.com
220 nashuagscweb1 Microsoft FTP Service (Version 5.0).
Connected to h30266.www3.hpe.com.
Name (h30266.www3.hpe.com:(none)): Username
331 Password required for Username.
Password: Password
230 User Username logged in.
FTP> cd O/S
250 CWD command successful.
FTP> binary
200 Type set to I.
FTP> get FILENAME.EXT
200 PORT command successful.
150 Opening BINARY mode data connection for (nnn bytes).
226 Transfer complete.
local: USERS$:[Username];1 remote:
602276 bytes received in hh:mm:ss.xx seconds (nn.nn Kbytes/s)
FTP> quit
221
Note: Username, Password and Filename.ext are case sensitive.
The .extentions are: .ZIP for OpenVMS Alpha/VAX
.TAR.GZ for Tru64 UNIX
|