Automatic file transfer (daily)

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-04-01T09:56:08Z Indexed on 2010/04/01 10:03 UTC
Read the original article Hit count: 141

Filed under:

Is it possible to automaticly download xml files from one server to another server on a daily basis with PHP?

The goal is to create a webapplication in CakePHP which makes use of an xml report that comes from a online accountingserver.

© Stack Overflow or respective owner

Automatic file transfer (daily)

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-04-01T10:18:19Z Indexed on 2010/04/01 10:23 UTC
Read the original article Hit count: 141

Filed under:
|

Is it possible to automaticly download xml files from one server to another server on a daily basis with PHP?

The goal is to create a webapplication in CakePHP which makes use of an xml report that comes from a online accountingserver.

So it can be done using a cronjob? But is cron supported with PHP?

Where can i configure that cronjob?

What kind of code should i write to get the file from the accountingserver in the first place?

© Stack Overflow or respective owner

Related posts about php5