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