Using the WMI Event Watcher Task on FTP
i wondering if can use wmi event watcher (ssis in sql server 2008) monitor ftp directory, , if so, sample wql query that?
i saw couple of examples wmi used watch files in particular windows folder requirement need monitor ftp site file , when file arrives need email ( use send mail task) concerned users.
please advice how can monitor ftp site using ssis?
thanks
eva05
you cannot.
wmi watcher cannot access ftp sites.
to monitor remote ftp site 1 create script remote directory listing using dir command dumping content local file analysis ( parsing ) see if needed file(s) listed , attempt processing.
i recall there commercial offerings in form of ssis task can procure otherwise.
arthur my blog
SQL Server > SQL Server Integration Services
Comments
Post a Comment