Aardvark.Data.Remote
1.0.0
dotnet add package Aardvark.Data.Remote --version 1.0.0
NuGet\Install-Package Aardvark.Data.Remote -Version 1.0.0
<PackageReference Include="Aardvark.Data.Remote" Version="1.0.0" />
<PackageVersion Include="Aardvark.Data.Remote" Version="1.0.0" />
<PackageReference Include="Aardvark.Data.Remote" />
paket add Aardvark.Data.Remote --version 1.0.0
#r "nuget: Aardvark.Data.Remote, 1.0.0"
#:package Aardvark.Data.Remote@1.0.0
#addin nuget:?package=Aardvark.Data.Remote&version=1.0.0
#tool nuget:?package=Aardvark.Data.Remote&version=1.0.0
Stop wrestling with download logic. Resolve any data source—local files, HTTP URLs, SFTP servers—with one unified API. Smart caching, automatic zip extraction, and type-safe error handling for scientific datasets and large data collections.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
- Aardvark.Base (>= 5.3.5 && < 5.4.0)
- FSharp.Core (>= 8.0.0 && < 8.1.0)
- SSH.NET (>= 2025.0.0 && < 2025.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 231 | 9/8/2025 |
- Initial release of Aardvark.Data.Remote as standalone package
- Support for HTTP/HTTPS, SFTP, and local file system access
- Automatic zip extraction and smart caching
- Progress reporting and download integrity checks
- F# functional API with C# config-based API
- Comprehensive test suite with SFTP server integration