Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバー上で特定の URL にアクセスして xml ファイルを生成し、その URL から xml ファイルをダウンロードして、特定のディレクトリに 1 日 1 回このコピーをキャッシュする php ファイル (cronjob 経由で実行) を作成するのを手伝ってくれませんか?私のサーバーで?どうもありがとう。
以下は、深夜にリモートファイルをダウンロードします。
0 0 * * * curl -L http://remote.server.org/file.xml -o /opt/xml/file.xml