Hello Experts,
I would like to monitor the age of the file which is located at remote server. The path of the will be like this:
\\<ServerName\c$\inetpub\account.log
I used "FileWatcher Extension" and edited the config.yml file like below:
fileToProcess:
-displayname: "test"
path: "\\\\<servername>\\\\c$\\\\inetpub\\\\account.log
But, its not working. Can someone please help me to mention the correct path name in config.yml file.
Thanks,
Selvaganesh E
Hello Experts,
I would like to monitor the age of the file which is located at remote server. The path of the will be like this:
\\<ServerName\c$\inetpub\account.log
I used "FileWatcher Extension" and edited the config.yml file like below:
fileToProcess:
-displayname: "test"
path: "\\\\<servername>\\\\c$\\\\inetpub\\\\account.log
But, its not working. Can someone please help me to mention the correct path name in config.yml file.
Thanks,
Selvaganesh E
Try 8 slashes in front of servername:
-displayname: "test"
path: "\\\\\\\\<servername>\\\\c$\\\\inetpub\\\\account.log