Copy and delet the file from the FTP SERVER using Windows Service in c#
- by thinker007
I am trying to implement a windows service that will ping a FTP site and copy its contents once in every 3 houre.
This service has functions to
List all files in the FTP site
Copy one file
Delete the copied file
Repeats step 2 and 3 for all files in the site