We have a quite sudden need to mirror a folder in one of our websites in Box.com.
I was thinking of a small program, triggered by a CRON job to move the directory and its content to Box.com via FTP every X hours.
The directory contains PDF applications that are uploaded to the server by our contractors.
The files should not be archived. The script should run directly on the server. Right now we have a sync program that does the job, but it needs a PC to work from and the PC needs to be turned on. We need to take the PC out of the equation.
Is there any ready-made script PHP or otherwise, that could accomplish this (assuming the proper credentials and API keys are obtained)?
I found mentions to a JAVA 7 script but we have no one that could even begin to set anything in JAVA. PHP we can handle but it would need to be some kind of Open Source program we can install.
Is there some other way we could mirror the contents of this directory on Box.com enterprise?
Thank you.
I was thinking of a small program, triggered by a CRON job to move the directory and its content to Box.com via FTP every X hours.
The directory contains PDF applications that are uploaded to the server by our contractors.
The files should not be archived. The script should run directly on the server. Right now we have a sync program that does the job, but it needs a PC to work from and the PC needs to be turned on. We need to take the PC out of the equation.
Is there any ready-made script PHP or otherwise, that could accomplish this (assuming the proper credentials and API keys are obtained)?
I found mentions to a JAVA 7 script but we have no one that could even begin to set anything in JAVA. PHP we can handle but it would need to be some kind of Open Source program we can install.
Is there some other way we could mirror the contents of this directory on Box.com enterprise?
Thank you.