I hear repeatedly that while NFS-style files systems are available on IBM mainframes, they are often not enabled, presumably to minimize the security risks of the mainframe vis-a-vis the rest of the world.
Given that I'd like to produce PC-based tools that reach out and process files on the mainframe, this makes a simple problem ("open NFS file '\mainframe\foo'") much harder; what can I count on to provide file system access in a networked enviroment? (Linux systems offer NFS via Samba pretty much as standard, so this is easy).
IBM offers Rational Developer for Z, an Eclipse variant used by IBM COBOL programmers. RDZ seems to have direct access to the IBM mainframe file system. What are they using to do that? Why isn't that available to me, and if it is, what is it?