Reputation: 990
I am converting my Windows script script that uses FTP to SFTP. To trigger the mainframe job we had below command:
quote site filetype=jes
put C:\Test\test.dat
bye
sftp.exe uname@servername
But site filetype=jes
does not work in SFTP. What will be the equivalent command for SFTP to trigger the mainframe job by sending a trigger file?
Upvotes: 0
Views: 3066
Reputation: 1817
There are several options:
Good luck!
Upvotes: 1
Reputation: 10775
If you're using the Co:Z SFTP server on z/OS you can submit mainframe batch jobs directly.
Strictly speaking this isn't a trigger file, but it does appear to be the equivalent of what you describe as your current FTP process.
Upvotes: 0