PDA

View Full Version : Read INI files over the internet


Guga
11-11-2005, 08:28 AM
Is it possible to read INI files over the internet?

Something like
INIFile.SetValue("ftp://myweb/INIfile.txt", "My Section", "My Value", "My Data"); ?

;)

Worm
11-11-2005, 09:00 AM
No but you could download the INI file and read it localy.

rhosk
11-11-2005, 09:08 AM
A server-side script could do this (php, asp, etc..).