
Dave Smith - 2015-04-19 10:13:01
Just a suggestion that if you make the class property DESTINATION public instead of private we can set our download destination at run-time.
If you want to keep it private, then we should at least have a way to over-ride the default, whether that is in the construct or a public method.
Dave