Skip to content

Instantly share code, notes, and snippets.

@rtluckie
Last active August 29, 2015 14:06
Show Gist options
  • Save rtluckie/44b95e9df6da863cacee to your computer and use it in GitHub Desktop.
Save rtluckie/44b95e9df6da863cacee to your computer and use it in GitHub Desktop.
```python
from artifactory import ArtifactoryPath
path = ArtifactoryPath(
"http://repo.jfrog.org/artifactory/distributions/org/")
for p in path.glob("**/*.gz"):
print p
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment