Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.4k views
in .NET FTP by (120 points)
I am attempting to FTP a file directly into the job stream on our MVS Mainframe. I dug up some older FTP scripts to work from and I found this.

quote site filetype=jes
put D:\CRFiles\Porders\work\MVSTrig.txt
bye

Can someone tell me what the equlvelent would be? Notice the put command doesn't have a destination file name. Only a source file name.

1 Answer

0 votes
by (162k points)
Are you trying to do this with edtFTPnet?

ftp.Site("filetype=jes");
ftp.Put("D:\\CRFiles\\Porders\\work\\MVSTrig.txt, "MVSTrig.txt");
ftp.Quit();

I am attempting to FTP a file directly into the job stream on our MVS Mainframe. I dug up some older FTP scripts to work from and I found this.

quote site filetype=jes
put D:\CRFiles\Porders\work\MVSTrig.txt
bye

Can someone tell me what the equlvelent would be? Notice the put command doesn't have a destination file name. Only a source file name.

Categories

...