|
According to the article, there are ten types of filesystems that the AS/400 supports. One is NFS. An AS/400 can act as an NFS client. "This means that [an AS/400] can mount NFS shares in the NFS and read and write them as if they were locally stored". Using this kind of file system, one could presumably share files with a remote unix machine.
The other interesting one is QFileSvr.400 which "provides transparent access to file systems that are present on remote iSeries". Using this kind of file system, one could presumably share files with a remote iSeries machine.
So, CPY OBJ('/qsys.lib/qgpl.lib/mysavefile.savf') TODIR('QFileSvr.400/TheOtherSystem/Somewhere') /* I think! */
I also wonder if one could:
SAV DEV('/qsys.lib/tap01.dev') OBJ( ('/QFileSvr.400/SomeOtherMachine/SomeOtherDir/*')) /* Maybe... */
Unfortunately, I haven't gotten to try out either file system, so I can't tell you more than that. I'm sure the experts on this list can say for sure.
Regards Evan Harris
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.