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
Write a console app or equivalent, and use the Windows Scheduler (or whatever it's called nowadays...) to run it daily.