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

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

RFC_ERROR_SYSTEM_FAILURE with SAP ECC 6 Unicode

C# System.Data.Common DbCommand and getting Datasets from Oracle