How can I Access {VIA FTP or Network} ...
a file {Called StockLibrary.xml} that is within a directory on a Unix system?
I cannot access the system directly. However:
This System can access another Unix system Via FTP and its own internal server, and the other Unix system can communicate back.
I can easily access The other UNIX system easily via FTP from my PC.
So if we call the system containing the xml file that I want to access Unix_A, and call the other Unix system that I can see and that can see Unix_A, Unix_B, is there some way to Actively reach out from My PC, go thru Unix_B to get to Unix_A, and grab the xml file?
Or, does someone know how to CShell {or equivalent} a script that would, on a timed interval, FTP the file from Unix_A {Running the script} to Unix_B, which I could then easily retrieve from my PC via a progie?
:wave:
-Lou