Example Batch SFTP Script
www.ibm.com › support › pagesJun 10, 2020 · The two pieces for a batch SFTP script are as follows: 1. A CL program 2. An input file The following is an example of a simple CL program that does an SFTP based on the commands in the input file: PGM QSH CMD('/QOpenSys/bin/sftp -b/Command_File_Path_name serverUserID@server') ENDPGM The parameters that must be customized to the environment follow:
Example Batch SFTP Script
https://www.ibm.com/support/pages/node/72075110.06.2020 · The two pieces for a batch SFTP script are as follows: 1. A CL program 2. An input file The following is an example of a simple CL program that does an SFTP based on the commands in the input file: PGM QSH CMD('/QOpenSys/bin/sftp -b/Command_File_Path_name serverUserID@server') ENDPGM The parameters that must be customized to the environment …