Page 1 of 1

Can we FTP a file to multiple servers using steps in single

PostPosted: Fri Dec 08, 2017 4:50 pm
by Nithin_94
Can we FTP a file to multiple servers using steps in single JCL?

Re: FTP

PostPosted: Fri Dec 08, 2017 5:46 pm
by NicC
Why do you think that it might not be possible?

Re: FTP

PostPosted: Fri Dec 08, 2017 8:37 pm
by steve-myers
Actually, while he may not realize it, Nithin_94 is asking three related questions.
  1. Can the FTP client connect to 3 FTP servers in one job step?
    Yes, one at a time. See the open FTP command to change the server the client is connected to.
  2. Can the FTP client connect to a different server is a subsequent job step?
    Yes.
  3. Can the FTP client connect to multiple servers simultaneously?
    Yes, but in different jobs running concurrently.

Re: FTP

PostPosted: Sat Dec 09, 2017 12:19 am
by Terry Heinze
Nithin_94,
Please don't post the same question in multiple places.