Julien Van Der Pluym wrote: > Is there a short method of extracting a file from a HTTP web path eg) > http://www.safex.co.za/downloads/dayprices.xls and copying into a directory, > perhpas indy have a component to do this , an HTTP get. Any suggestions will > be appreciated.
It doesn't take a lot of imagination to guess the name of the Indy component that handles HTTP. It's TIdHTTP, in the IdHTTP unit. A quick glance at the help file or the source code will reveal that the class has a method called Get. -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

