Hi,
I have a small FTP class, written in VB.NET 2.0, which keeps polling for a particular file at a remote location, at 2 minute intervals, till it successfully downloads the file, and then it stops.
So far I had been using wget as an external process, and recently I have switched to using the...