Page 2 of 2

Re: How to get the correct IP address for FTP purpose using

PostPosted: Mon Aug 27, 2012 2:52 pm
by meerayya
First get the IP from MF environment.
TSO HOMETEST
1)You ll get the Ip address xx.xx.xx.xx
2)Type the folllowing command
TSO GETHOST <ip address>
It ll gives you the host name
3)Then open ftp in normal windows system

ftp
open <host name>
give username and password
Use mget ,mput commands


Thanks

Re: How to get the correct IP address for FTP purpose using

PostPosted: Mon Aug 27, 2012 3:30 pm
by prino
GETHOST is not a standard IBM command, so your posting is totally useless and will only confuse others.