Skip to content

This project is a windows service that monitors a specific folder

Notifications You must be signed in to change notification settings

AnoshaRehan/Folder-Monitor-Windows-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Folder-Monitor-Windows-Service

Folder Monitor client is supposed to track changes on a specific folder. You are required to create two windows services:

  • First service is supposed to check the specified folder every minute for any changes. If there are any changes, it should copy the new or updated files to another fixed location. If there are no changes then it should increase the delay by additional 2 minutes until it reaches 1-hour delay. The delay should not exceed 1-hour gap.
  • Second service is supposed to send email to the local user (email address would be in the configuration file). This service will check for changes in the specified folder every 15 minutes and if there is any change, it will notify the user with the filename and file Size.

About

This project is a windows service that monitors a specific folder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published