What I have developed recently is my FTP automation service! Lots of Price Tapestry users (including me!) are now using this service to handle the automation of the transfer of your feeds from the affiliate networks to your server.
It doesn't, however, automate the import as this is not really practical remotely. The best way is always if you can login via Telnet or SSH, and then use the script in the /scripts/ directory, for example:
php import.php @ALL
...and just run that, for example once per week; after you have automatically updated your feeds with something like FTPiggy.com
Alternatively, there is lots of information about automation in the following thread:
Hi,
What I have developed recently is my FTP automation service! Lots of Price Tapestry users (including me!) are now using this service to handle the automation of the transfer of your feeds from the affiliate networks to your server.
It doesn't, however, automate the import as this is not really practical remotely. The best way is always if you can login via Telnet or SSH, and then use the script in the /scripts/ directory, for example:
php import.php @ALL
...and just run that, for example once per week; after you have automatically updated your feeds with something like FTPiggy.com
Alternatively, there is lots of information about automation in the following thread:
http://www.pricetapestry.com/node/198
Cheers,
David.