Hi!
I am trying to retrieve .csv files from the web (actually historical
stock data from yahoo, i.e. the CGI at tables.finance.yahoo.com).
I would like to develop an application capable to retrieve separate
..csv files relevant to different stocks; I have tried both with
Datasocket Read String and with the URL Get Document functions, but
they do not seem to work.
The function remain in an idle state and, in case of DataSocket,
retrieves "Status 4" (Error, an error was encountered with the source
or target the DataSocket was connected to, or an error was encountered
trying to connect to it), despite I increase the timeout to many
seconds.
If I try with other content (for instance www.yahoo.com), DataSocket
Read String works, while URL Get Do
cument still doesn't.
Thanks in advance for your help
Cristiano