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: 276
c#
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
© Stack Overflow or respective owner