Scope: All SMCs Worldwide Effective Date: 10/31/2003 Group Name: Software Services Affected Locations: All SMCs Worldwide
Summary: This new service allows for FTP access to the public internet.
Justification: New functionality has become available that provides access through FTP to the public internet
Benefits to Users: Users will benefit by being able to communicate via FTP to the public internet.
Details:
Those desiring this access need to have their local NACOS administrator add the application INETFTP to each users application list. After 24 hours this will create your netid with access to the public internet. You will then need to change your netid password to synchronize your password on this new machine.
The new site is:
ftp.internet.sys.eds.com or 206.122.192.42
Each user is responsible for verfying that have network connectivity to this site. Those users inside of the EDS network should already work. If connectivity is an issue contact your local network administrator.
Once your id is built you can use this service. Examples follow:
Mainframe Batch Job JCL:
//Your Jobcard here //FTP EXEC PGM=FTP //* ftp command explanation //* ftp.internet.sys.eds.com ftp proxy name on GDO1 DYIPC1D //* 206.122.192.42 ftp proxy ip address on GDO1 DYIPC1D //* use the address on sites that dont know the name ie. gb1, plipc3h //* netid password your tso id/pswd on DYIPC1D //* site is the remote site you are accessing //* user keyword - provide remote site id and password //* after that any normal ftp commands //* //SYSPRINT DD SYSOUT=* ftp.internet.sys.eds.com (exit=8 netid password *** put your netid and password here*** site testcase.boulder.ibm.com user anonymous ray.hand@ibm.com cd mvs/fromibm dir quit /*
PC DOS command prompt:
C:>ftp ftp.internet.sys.eds.com Connected to ftp.internet.sys.eds.com. 220 DYGDO11 FTP GATEWAY (Version 1.2 12/06/1994 22:49:31) ready. User (ftp.internet.sys.eds.com:(none)): *** your netid here *** 331 Password required for zzg047 oldpw/newpw/newpw to change password). Password: *** your netid password here *** 230 To specify destination, type 'quote site remote.host.com' ftp> quote site testcase.boulder.ibm.com 220 testcase.boulder.ibm.com FTP server (Version wu-2.6.2(1) Mon Aug 11 09:19:14 ftp> user anonymous 331 Guest login ok, send your complete e-mail address as password. Password: your.email@somewhere.com ftp> cd mvs/fromibm 250 CWD command successful. ftp> dir 200 PORT command successful. 150 Opening ASCII mode data connection for /bin/ls. total 1194096 -rw-rw-r-- 1 18125707 215 125120 Oct 16 15:32 AA04341.HDZ11F0.REWORKE 226 Transfer complete. ftp: 5519 bytes received in 1.80Seconds 3.07Kbytes/sec. ftp> quit 221 Goodbye.
Primary Contact: Raymond Hand Software Services 972-604-5010 [8-834]
|