Giter Club home page Giter Club logo

Comments (6)

DavidAnson avatar DavidAnson commented on June 7, 2024

If you are on Windows, please try quoting the text like "^published". The carat character has special meaning for cmd.exe, as does '?' which is why I quoted that in the example. And regardless of platform, please look at the first few lines of output to see the actual text that abcd parsed and is using. If that includes the carat and it is not working, that is my bug. :)

from azure-blob-container-download.

DavidAnson avatar DavidAnson commented on June 7, 2024

Some more info for Windows: http://stackoverflow.com/questions/5254460/how-can-i-get-a-password-containing-a-caret-passed-unchanged-as-a-parameter

from azure-blob-container-download.

steve-torchia avatar steve-torchia commented on June 7, 2024

Hi David,

Yes I'm on windows/powershell. The quotes do not make a difference. I'm getting the same result with "^published" as I am with published


> abcd --account <snip> --key <snip> --containerPattern "^publish"
Downloading blobs in <snip> from [beginning of time] to [end of time].
Listing containers in <snip> matching /publish/...
Listing blobs in published<snip> matching [anything]...
Listing blobs in unpublished<snip> matching [anything]...

from azure-blob-container-download.

DavidAnson avatar DavidAnson commented on June 7, 2024

The third line of output shows the carat is not getting through. Per StackOverflow, it sounds like you need to use two carats and quotes like: "^^publish"

from azure-blob-container-download.

steve-torchia avatar steve-torchia commented on June 7, 2024

Ugh! Sorry for the noise. It actually needs to have 4 carets in order to work per http://stackoverflow.com/a/5254713/672212

thanks for your guidance

from azure-blob-container-download.

DavidAnson avatar DavidAnson commented on June 7, 2024

To help avoid confusion, I've added a clarifying note via commit 031589d.

from azure-blob-container-download.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.