How will you transfor data from system to mainframe program using ftp?

1 answer

Answer

1005014

2026-04-05 10:20

+ Follow

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'

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.