"Sam" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello everyone,
>
> I guess this question should be asked by anyone else before.
>
>
>
> I need a program to monitor any new files added to a ftp server, the file
> name is arbitrary, we can not directly program on that server, only have
> the password of that.
>
>
>
> My first design is using Sql ServerĄ¯s DTS to automatically download new
> files to a windows folder and using the .net filesystem watcher object to
> monitor the windows folderĄ¯s changing.
>
>
>
> However the DTS can only support fixed filename download (as far as I
> known).
>
>
>
> Or. Are there any other solutions?
>
>
>
> Thanks for any suggestions.
>
>
>
> Sam
>
>
Do you need to actually download the files? Or do you just need to monitor
for new files initially?. If the later then why not make periodic LIST
commands to the server - keeping a log of the files that are currently on
the server - they could then be downloaded at a later stage
|