PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Re: monitor ftp server ?

Reply

Re: monitor ftp server ?

 
Thread Tools Rate Thread
Old 26-06-2003, 10:08 PM   #1
James
Guest
 
Posts: n/a
Default Re: monitor ftp server ?



"Sam" <Sam@directron.com> wrote in message
news:ezaNzFAPDHA.3016@TK2MSFTNGP10.phx.gbl...
> 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


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off