Quote:
|
Is there a way I can use the filesystemwatch component to monitor a folder I create for new files and changed files(that i know how to do), but then when it notices some change it will upload those files or changed files to an ftp server. Is this the correct way of doing it?
|
I have not used the filesystemWatch component, but you have the right idea.
First, I would write the network code and verify that it works. After that, write the windows service. A service is just a program that Windows runs in the background. If you are using Visual Studio 2005, there is an option to create a Windows service when start a new project. If you need more info on services immediately, try Google. You will find that creating services is not very difficult.
Quote:
|
I havn't been programming long only 6 month or so
|
This project (especially the network code) may be over your head at this point. However, when you run into specific problems, post them back here.