Can we connect mainframe SFTP to push files from MFT ? Currently we are connecting mainframe via batch script using below lines in script. Not sure how
quote site lrecl=1100 blksize=27500 recfm=fb cyl pri=50 sec=50
put "\\localhost\Testfile.csv" 'XXXXX.PRNTFILE(+1)'
Does anyone knows can we connect to mainframe SFTP from Oracle MFT because I read connecting to mainframe SFTP is not like other SFTP's.
Thanks,
Kumar.