Skip to content

Probably the n'th incarnation of a #WindowsAzure uploader, but I needed one.

License

Notifications You must be signed in to change notification settings

chgeuer/AzureLargeFileUploader

Repository files navigation

AzureLargeFileUploader

Needed a simple one-off command line tool to upload files to Windows Azure.

Check http://blog.geuer-pollmann.de/blog/2014/07/21/uploading-blobs-to-azure-the-robust-way/ for more details.

Wanna include the bits without complicated DLLs? Use the T4Include NuGet package and whack this into it:

<#
    RootPath    = @"https://github.com/";
    Namespace   = "notinuse";
    Includes    = new []
    {
        Include (@"chgeuer/AzureLargeFileUploader/raw/master/LargeFileUploaderUtils.cs", noOuterNamespace: true) 
    };
#>
<#@ include file="$(SolutionDir)\packages\T4Include.1.1.2\T4\IncludeWebFile.ttinclude" #>

About

Probably the n'th incarnation of a #WindowsAzure uploader, but I needed one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published