azurecopyclient 0.16.2
dotnet add package azurecopyclient --version 0.16.2
NuGet\Install-Package azurecopyclient -Version 0.16.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="azurecopyclient" Version="0.16.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add azurecopyclient --version 0.16.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: azurecopyclient, 0.16.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install azurecopyclient as a Cake Addin #addin nuget:?package=azurecopyclient&version=0.16.2 // Install azurecopyclient as a Cake Tool #tool nuget:?package=azurecopyclient&version=0.16.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AzureCopy is a .NET library to allow copying between local filesystem, Azure, S3, Onedrive, Sharepoint Online and Dropbox.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- AWSSDK (>= 2.1.1)
- DropNet (>= 1.9.6)
- Microsoft.IdentityModel (>= 6.1.7600.16394)
- Microsoft.SharePoint.Client (>= 14.0.4762.1000)
- WindowsAzure.Storage (>= 4.0.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.16.2 | 278 | 10/26/2014 |
0.16.1 | 445 | 7/22/2014 |
0.16.0 | 236 | 5/31/2014 |
0.15.2 | 263 | 3/12/2014 |
0.15.1 | 118 | 2/14/2014 |
0.15.0 | 97 | 12/5/2013 |
0.14.1 | 111 | 11/24/2013 |
0.13.0 | 88 | 10/25/2013 |
0.12.0 | 114 | 8/29/2013 |
0.11.0 | 124 | 6/10/2013 |
0.10.0 | 111 | 5/13/2013 |
0.9.0.4 | 117 | 5/11/2013 |
0.9.0.3 | 104 | 5/4/2013 |
0.9.0.2 | 111 | 5/4/2013 |
0.9.0 | 93 | 5/4/2013 |
0.8.0.3 | 106 | 5/3/2013 |
0.8.0.2 | 110 | 5/3/2013 |
0.8.0.1 | 106 | 5/2/2013 |
0.8.0 | 94 | 5/2/2013 |
added -lc flag which lists containers for Azure. Other cloud providers (S3 etc) will return not implemented exception. Will add those soon.