in reply to File downloader
Use the right tool for the job...if your needs are simple, just use wget or curl. These tools handle a lot of the cases that your code may or may not handle already, and they are robust, tested, etc.
Not to discourage you from rolling your own, but for a simple task, I recommend tools that work already.
|
|---|