Make the following changes:
| Replace... | With your... | 
|---|---|
| NNN.NNN.NNN.NNN | HOST IP ADDRESS | 
| USER | TSO User ID | 
| PSWD | User ID password | 
| USERLIB.PDS | HOST JCL library | 
| ENVID | HOST sequential installation file prefix | 
Sample ftpinst.txt script:
open 123.123.123.123 YOURUSERID YOURPASSWORD cd .. bin put iebupdte.jcl 'HLQ.SLQ.USERLIB(IEBUPDTE)' disconnect quit
Sample ftpputinstlib.txt script:
open 123.123.123.123 YOURUSERID YOURPASSWORD cd .. bin put instlib.bin 'HLQ.SLQ.MFDATA.INSTJB.LIB.SEQ' disconnect quit