I have a c# application that sends JCL to mainframe system using FtpWebRequest. The ftp is working fine. I want to automate the submission of JCL using command "quote site filetype=jes" (working fine from command line).
Can anyone help me in defining the same in application?
Thanks