Im looking at Nuget packages for my C# project, im unable to find the best method for downloading a remote directory to local. Im also in need of identifying files that do not need to be re downloaded again via time stamping or other methods.
I have been using WGET but it doesn't seem to agree with redirect standard output very well.