/INPUT DD *
supportftp.broadcom.com
userid password
lcd /maint/
bin
cd /0<your-site-id>/<case-number>/files_from_broadcom/files_from_broadcom/
ls
get DVD0000000001941.pax.Z (REP
quit
/*
Fails with
EZA2589E Connection to server interrupted or timed out. Initial IPv6 connection
EZA1721W Server not responding, closing connection.
EZA1701I >>> TYPE I
EZA2590E send error from sendCmd - EDC5113I Bad file descriptor. (errno2=0x11230
EZA1475I Connection with supportftp.broadcom.com terminated
Release : 19.0
Component : CA ADS
ADD LOCSITE FWFRIENDLY to the FTP JCL as shown below:
//INPUT DD *
supportftp.broadcom.com
<your email address> <your-support-portal-password>
cd /0<your-site-id>/<case-number>/files_from_broadcom/
ls
bin
LOCSITE FWFRIENDLY
get DVD0000000001941.pax.Z +
/maint/DVD0000000001941.pax.Z (rep
quit
/*
Specifying LOCSITE FWFRIENDLY means that the FTP client is firewall-friendly. This means that data connections are set up from the FTP client to the FTP server.