There is an Ant task for FTP: https://ant.apache.org/manual/Tasks/ftp.html We used to use it, but it doesn't include support FTP/SSL/TLS, and it doesn't support running z/OS commands like ssh.
If you have IBM OpenSSH + Co:Z SFTP (both free on z/OS), you can: - support secure transfers (we keep our ssh private user keys in our desktop password safe) - run remote z/OS commands via ssh (like make) - submit JCL, wait for jobs to run, retrieve output (via Co:Z SFTP) (you can also use other Ant tasks to parse downloaded JES* spool files and check return codes) Kirk Wolf Dovetailed Technologies http://dovetail.com On Wed, Jan 18, 2017 at 7:11 AM, Allan Staller <[email protected]> wrote: > I do not believe this can be done. You can look at FTPS (as opposed to > SFTP). > > I think you are describing a TLS type implementation. In this case, the > encryption is at the link level. SFTP encrypts the data. > > TLS normally requires application modification for use. IBM offers AT-TLS > which does not require application modification. > > HTH, > > <snip> > > Can the standard z/OS FTP with SSL be used instead of either scp or sftp? > I don't think we have any ssh server running at all. > > </snip> > > > ::DISCLAIMER:: > ------------------------------------------------------------ > ------------------------------------------------------------ > ---------------------------- > > The contents of this e-mail and any attachment(s) are confidential and > intended for the named recipient(s) only. > E-mail transmission is not guaranteed to be secure or error-free as > information could be intercepted, corrupted, > lost, destroyed, arrive late or incomplete, or may contain viruses in > transmission. The e mail and its contents > (with or without referred errors) shall therefore not attach any liability > on the originator or HCL or its affiliates. > Views or opinions, if any, presented in this email are solely those of the > author and may not necessarily reflect the > views or opinions of HCL or its affiliates. Any form of reproduction, > dissemination, copying, disclosure, modification, > distribution and / or publication of this message without the prior > written consent of authorized representative of > HCL is strictly prohibited. If you have received this email in error > please delete it and notify the sender immediately. > Before opening any email and/or attachments, please check them for viruses > and other defects. > > ------------------------------------------------------------ > ------------------------------------------------------------ > ---------------------------- > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
