scheduling ftp transfers

Richie

Newcomer
Joined
Feb 20, 2003
Messages
16
Location
Pittsburgh, PA
I have a search page written in asp. The user enters a term and the sql statement returns any record like the one entered. The data comes from 3 text files which have been previously loaded into a sql server db. These 3 text files are updated periodically. I need to find a way to retrieve these 3 text files, daily if possible with .net...then after I retrieve then, my DBA can setup a process to put them into the database. Is there a way I could schedule these 3 files to be downloaded daily using .net. I'm not sure how to do this. Has anyone done something like this or know where I could find documentation or an example?

Thanks!
 
Back
Top