How will you transfor data from system to mainframe program using ftp?
Transfer file from and to mainframe using FTP
You can use FTP dos command to transfer files from and to
mainframe
Step1:
Start --> Run --> Command
Step2: Enter the following command
FTP XX.XXX.XX.XXX
Where XX.XXX.XX.XXX is the ip address of mainframe
Step3: When you are prompted for user name and password, provide
your mainframe id and mainframe password
Step4:
To download the file from mainframe to PC
Get 'FIIE.ON.MAINFRAME' D:\MYFILES\TEST.TXT
To Upload the file to mainframe from PC
PUT D:\MYFILES\TEST.TXT 'FILE.ON.MAINFRAM'