Skip to main content
dotnet-file package icon

dotnet-file

A dotnet global tool for downloading and updating loose files from arbitrary URLs. Built by https://build.azdo.io/kzu/oss/1843 from https://github.com/kzu/dotnet-file/tree/058d8cc66 Usage: dotnet file [add|changes|delete|list|sync|update] [file or url]* Actions add downloads a file or GitHub repository or directory from a URL changes checks remote URLs for changes and lists the status of local files delete deletes a file and its corresponding config entry from the local directory list lists the config entries and the status of their corresponding files sync synchronizes with remote URLs, deleting local files and directories as needed update updates local files from remote URLs, does not prune deleted remote files Status = <- [url] remote file equals local file โœ“ <- [url] local file updated with remote file ^ <- [url] remote file is newer (ETags mismatch) ? <- [url] local file not found for remote file x <- [url] error processing the entry

Total Downloads
223.8K
223,786
Published
Aug 26, 2020
Latest stable version

Install

.NET CLI
dotnet add package dotnet-file --version 0.2.33
Package Manager Console
Install-Package dotnet-file -Version 0.2.33
PackageReference
<PackageReference Include="dotnet-file" Version="0.2.33" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.