Hi, Mark -
That is contained in the ftp.data file  DD name SYSFTPD.  In this case the
DSN is
MARPACE.JCL.CNTL(FTPSDATA)

which contains
SECURE_CTRLCONN  CLEAR
SECURE_DATACONN  PRIVATE
SECURE_FTP       REQUIRED
SECURE_HOSTNAME  OPTIONAL
SECURE_MECHANISM TLS
KEYRING          IBMUSER/FtpSecur
TLSPORT          21
TLSRFCLEVEL      CCCNONOTIFY
TLSTIMEOUT 10
;
;CTRLCONN 7BIT
SECUREIMPLICITZOS FALSE
TLSMECHANISM      FTP
CIPHERSUITE       SSL_RC4_SHA
;
DEBUG SEC


On Wed, May 7, 2014 at 3:36 PM, Mark Post <[email protected]> wrote:

> >>> On 5/7/2014 at 08:25 AM, Mark Pace <[email protected]> wrote:
> > I'm beginning to think I am doing something fundamentally wrong instead
> of
> > it being a matter of wrong parameters.
> >
> > //FTP      EXEC PGM=FTP,REGION=5M,PARM='(EXIT'
> > //SYSPRINT  DD  SYSOUT=*
> > //SYSFTPD   DD  DISP=SHR,DSN=MARPACE.JCL.CNTL(FTPSDATA)
> > //OUTPUT    DD  SYSOUT=*
> > //INPUT     DD  *          USE LOWER CASE BELOW
> > ftp.s390.mainline.com
> > userid password
> > dir
> > quit
>
> I'm not at all familiar with the z/OS FTP client, so this may be entirely
> irrelevant.  But, where in this JCL stream are you telling the client to
> try to use SSL and not just plain-text FTP?
>
>
> Mark Post
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>



-- 
The postings on this site are my own and don’t necessarily represent
Mainline’s positions or opinions

Mark D Pace
Senior Systems Engineer
Mainline Information Systems

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to