I am trying to use command prompt to download a file from Mainframes to my PC. (FTP purpose)
I need to connect to mainframes first from command prompt.
For that I open cmd and then enter the following command
FTP XX.X.XXX.XX
where XX.X.XXX.XX is the mainframe ip address that we use.
But i get the following error message connect: Unknown error
I need to know how to determine the correct ip address.
I have tried using the PING SYSA command from start 6 option in mainframes. But this too gives me an error message saying 'Unknown Host' .
(I found this solution from Google)
So is there any other method to find the correct ip to connect?