M
Mota
Hi;
I want to add a capability to my program so a user can click on a command
button and go to a special URL and download a text file from it
automatically,if there is a new file (an updating file) there.This file is a
text version of one of my tables and updates its relative table in my
program,after download and importing.(for now this text files are sent thru
mail).In order to do this,what i need to know about that web site and how to
search for a file in that web page,comparing file date with a special
date(e.g dateA),and if its creating date is newer than the dateA,finally
download it to the target computer.(prefferably,be saved in a special folder
by default).
It wd be something like an automatic update provided in most programs.How
can i do this?
Thank you in advance for any help.
I want to add a capability to my program so a user can click on a command
button and go to a special URL and download a text file from it
automatically,if there is a new file (an updating file) there.This file is a
text version of one of my tables and updates its relative table in my
program,after download and importing.(for now this text files are sent thru
mail).In order to do this,what i need to know about that web site and how to
search for a file in that web page,comparing file date with a special
date(e.g dateA),and if its creating date is newer than the dateA,finally
download it to the target computer.(prefferably,be saved in a special folder
by default).
It wd be something like an automatic update provided in most programs.How
can i do this?
Thank you in advance for any help.