So here\'s my problem, I need to do a c# service running on a server who\'s getting file on ftp one time per day at 3am. I think that I can do it with a thread.sleep() or by
System.Threading.Timer might work out for you.
System.Threading.Timer
Documented here