I need to create a service in Visual studio 2010 and C# which will see periodically in a specified folder that any new file exists since last time It(Service) checked the folder. If there exist any file, It will get uploaded to pre defined destination.
I need to save the credentials to connect to ftp in db access as well.
What libraries, classes should I use for this. Please suggest.