Hi

I created several feeds for Google merchant, now on my server i have:

feed/google/feedA.xml
feed/google/feedB.xml
feed/google/feedC.xml

my problem is that I don't understand how to update thoses feeds with a cron job.

If i try any of the commands provided in the docs:

0 5 * * * GET http://your_http_catalog/googlefroog...?feed=fy_uy_tp
or
0 5 * * * wget http://your_http_catalog/googlefroog...ey=YOURKEYHERE
or
0 5 * * * curl -s http://your_http_catalog/googlefroog...ey=YOURKEYHERE

it takes care ONLY of the last created feed, the last one set up in Zen, no matter if i input the name of the feed:

http://your_http_catalog/googlefroogle.php?feed=feedA.xml&key=YOURKEYHERE will update feedC.xml

How can i update ALL my feeds? I assume I will need a cron command for each feed but this won't work with the googlefroogle.php provided....I can duplicate /rename the file but how can I set it up per feed?

Thanks

L.