I would have an program (.exe) connect to an external webserver and download or read a datafile (updating prices) Anyone have a idea to get this job done. I should upload a .dbf file to www.mywebsite.com/prices/price.dbf
How can i read this data into my progrs database
Thanks in advance.

Downloading data on webserver
Bernard Lenssens
Take a look at http://www.west-wind.com/presentations/wwCodeUpdate/codeupdate.asp for a great example of downloading files over http.
If you can run VFP code on that server, I'd rather use a VFP webservice though.