On Wed, Jul 5, 2017 at 10:47 AM, Dana Mitchell <[email protected]> wrote:
> I'm working on updating my SCRT job to V24.11.0 and I need to install the > IBM jzos Launcher. When I try to download the JZOS Batch Launcher and > Toolkit Installation and User's Guide [PDF] I get a request from ftp:\\ > public.dhe.ibm.com requires a user name and password. My normal IBM ID > doesn't seem to work for this, and the Google doesn't seem to turn up any > reachable copies.... anybody have a working link for this document? > > Trying this one: > > ftp://public.dhe.ibm.com//software/Java/Java71/JZOS/ > jzos_users_guide_v7.pdf > > Dana > > Worked fine for me. But I'm loading in up in Chrome on Windows. Are you actually using the "ftp" program? If so, then try "anonymous" as the user and some email address as the password. That is the "standard" in UNIX for "guest" users. And it works for me from my Linux/Intel desktop. [tsh009@it-johnmckown-linux ~]$ ftp ftp> open public.dhe.ibm.com Connected to public.dhe.ibm.com (170.225.15.112). 220-********************************************************************** * * * IBM's internal systems must only be used for conducting IBM's * * business or for purposes authorized by IBM management. * * * * Use is subject to audit at any time by IBM management. * * * * Important Please read * * * * Machine Code updates provided through this site are available * * only for IBM machines that are under warranty or an IBM hardware * * maintenance service agreement Code for operating systems or other * * software products is available only where entitled under the * * applicable software warranty or IBM software maintenance * * agreement. All code (including Machine Code updates, samples, * * fixes or other software downloads)provided through this site * * is subject to the terms of the license agreements which * * govern the use of the associated code. Some exceptions may * * apply.IBM reserves the right to change, modify or withdraw its * * offerings,policies and practices at any time. * ********************************************************************** 220 ProFTPD 1.3.5b Server (proftpd) [170.225.15.112] Name (public.dhe.ibm.com:tsh009): anonymous 331 Anonymous login ok, send your complete email address as your password Password: 230 Anonymous access granted, restrictions apply Remote system type is UNIX. Using binary mode to transfer files. ftp> cd software 250 CWD command successful ftp> cd Java 250 CWD command successful ftp> cd Java71 250 CWD command successful ftp> cd JZOS 250 CWD command successful ftp> ls 227 Entering Passive Mode (170,225,15,112,233,133). 150 Opening ASCII mode data connection for file list -rw-r--r-- 1 17037 209 242810 Jan 10 21:42 jzos_samples.zip -rw-r--r-- 1 17037 209 909706 Mar 15 2016 jzos_users_guide_v7.pdf 226 Transfer complete ftp> mget * mget jzos_users_guide_v7.pdf? y 227 Entering Passive Mode (170,225,15,112,233,163). 150 Opening BINARY mode data connection for jzos_users_guide_v7.pdf (909706 bytes) 226 Transfer complete 909706 bytes received in 0.304 secs (2995.75 Kbytes/sec) mget jzos_samples.zip? y 227 Entering Passive Mode (170,225,15,112,233,168). 150 Opening BINARY mode data connection for jzos_samples.zip (242810 bytes) 226 Transfer complete 242810 bytes received in 0.22 secs (1105.14 Kbytes/sec) ftp> -- Veni, Vidi, VISA: I came, I saw, I did a little shopping. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
