How can I download a package via the API

I understand that the internal NuGet feed is write-only so I cannot use nuget.exe. But is there any way to download the nupkg packages via the api or the client library?

Hi,

No, currently there’s no way to download these packages. The feed puts files in a folder on disk; you could try exposing this folder as a file share.

Paul