Copy and delet the file from the FTP SERVER using Windows Service in c#

Posted by thinker007 on Stack Overflow See other posts from Stack Overflow or by thinker007
Published on 2010-03-26T14:17:44Z Indexed on 2010/03/26 14:23 UTC
Read the original article Hit count: 256

Filed under:

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

  1. List all files in the FTP site

  2. Copy one file

  3. Delete the copied file

  4. Repeats step 2 and 3 for all files in the site

© Stack Overflow or respective owner

Related posts about c#