igrepstuff has asked for the wisdom of the Perl Monks concerning the following question:
I'm a beginner with perl and have been tasked with the following, which I do not understand.
I have a perl script that executes a third party api (via LWP) to obtain attendee information (json format) and load that data into a db. I have been asked to move this script to an internal machine (no web access) and, using ftp and cron jobs, execute the internal perl on a remote machine (with web access).
It doesn't seem to make sense to execute the local script remotely over an ftp connection but I'm not sure whether it is and is just foreign to me. What I'm looking for is something of a birds eye perspective as to how this type of scenario would / should typically be approached.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: execute local script on remote machine via ftp & crontab
by Mr. Muskrat (Canon) on Aug 03, 2017 at 18:46 UTC | |
|
Re: execute local script on remote machine via ftp & crontab
by talexb (Chancellor) on Aug 03, 2017 at 19:23 UTC | |
|
Re: execute local script on remote machine via ftp & crontab
by kcott (Archbishop) on Aug 04, 2017 at 06:53 UTC | |
|
Re: execute local script on remote machine via ftp & crontab
by igrepstuff (Initiate) on Aug 04, 2017 at 21:21 UTC |