If you would like to setup fully automated feed FTP upload you will need to proceed with the next steps on module settings page of you store admin section:
- Click on link "FTP Upload Details (optional)" to expand the FTP details box
- Fill the FTP access info:
- FTP Host
- FTP Folder
- FTP Username
- FTP Password
- Setup the recurring task for feed FTP upload
Example Task URL for GoogleBase upload:
[Your Store URL]/m1_export.php?export=googlebase&action=ftpupload
This is how real task looks like:
/usr/bin/curl -o --url http://www.yourdomain.com/examplestore/m1_export.php?export=googlebase&live=1&action=ftpupload > /dev/null 2>&1
Use that link for Cron Job submission on Linux or recurring task creation on Windows-based hosting.
If you don't know how to setup recurring tasks on your hosting, please contact your hosting support team for help.