MeltDown:
Thanks for your response -
Success of the upload is indicated only in-so-far as this:
Two questions, if I may: First, in step one after I create my feed and get the positive response that 399 records were processed, shouldn't those records be indicated? If I had them I could upload directly via FTP. All I get is:
Which, when I log onto my Froogle account Froogle tells me is 0 records.
Two, concerning permissions (of which I know nothing): What would the correct sequence be? 777? Also, The machine I am on is not Unix, so I believe that the CHMOD command does not work. If that is so, I'd be in a real bind.
As far as permissions are concerned, mine is set to 755 and it works fine. 777 has a security risk involved with it.. basically leaves it open for anyone to touch it. The problem is sometimes you absolutely have to use 777, so htaccess protection is recommended in those cases
As far as the records go, you are getting the correct message (from what I can remember). Once its created, you should be able to visit the directory and find the froogle.txt file. In the admin area, right below the link to create the feed, there is a link to view it - create and view the file. If you can view it, great - you could upload this file on its own for the time being. If you can't view it.. theres a permission problem somewhere, so try out different permissions (777 should work no matter what, i would try 755 first). If you still can't get it to work.. I'm not sure what to do :(