*** trying to read data in csv file from a server***

Dear All, I am trying to read data directly from a server using Dynamic c. And the data stored on the server in csv format . The link for that data as follow:
http://www.clarus-system.com/SubShowObs.jsp?subId=2010112200&file=20101130_0200.csv

if anyone can help in this matter I will appreciate it.

Thanks in advance.

Why not just open a socket to the server and issue an HTTP GET of the url?

actually, dynamic c is new for me and to be honest with you we just took this project last week. So, if you have any idea which functions in dynamic c I could use that will be great. thanks