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'
Where
FILE.ON.MAINFRAM is the file on mainframe
and
D:\MYFILES\TEST.TXT - is the file on PC
Comments
I tried the
I tried the above method. after giving username and password, iam getting below error.
550-error initializing FTP server
what is the issue ?
comnt
its a good answer... working excellently in XP...
But Its not working in Window 7 :( .. could anyone please help
n mail at pankajcat2008@gmail.com
Post new comment