Project Description
Sync between file folder and SharePoint list for large file scenario. Huge file ( such as media file, cad etc.) was not recommended to be directly stored in SharePoint document library. This project is focused on Huge file storing problem.

Deployment
1. FileMonitorService is the key project within this solution, you should install it as windows services to run it, it should be assigned as "administrator" permission to run.
2. MonitorListReceiver is eventhandler project, I don't want to say anymore, everyone know how to install it for "MonitorList". :)

SourceCode is in "Releases" tag.

Welcome to another project of mine: http://www.codeplex.com/SearchPlus
Last edited May 5 at 2:54 AM by KeithPRC, version 7
Comments
Jiuyong wrote  Dec 2 2007 at 3:46 AM 
Very Good !
This is same as me!
Let me jion your project !

jjmendes wrote  Nov 7 at 6:11 PM 
How I install this ? There a instalation procedure? Thanks!

KeithPRC wrote  Nov 16 at 8:34 AM 
Because of I'm focusing on BizTalk now, there is no time to describe in detail how to install this solution. You should notice 2 key points: 1. Windows Service project called FileMonitorService 2. Eventhandler called MonitorList, other projects were for testing only or something else.

Updating...