Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with listing sha1 and md5 files #61

Open
belussi opened this issue Apr 17, 2018 · 0 comments
Open

Problem with listing sha1 and md5 files #61

belussi opened this issue Apr 17, 2018 · 0 comments

Comments

@belussi
Copy link

belussi commented Apr 17, 2018

If I have following files in the artifactory:

package.tgz
package.tgz.sha1
package.tgz.md5

only first one will be listed using example for here:
https://pypi.org/project/artifactory/0.1.17/

from artifactory import ArtifactoryPath path = ArtifactoryPath( "http://repo.jfrog.org/artifactory/gradle-ivy-local") for p in path: print p

@belussi belussi changed the title Problem with listing sha1 and md5 files which has more then one dot in name Problem with listing sha1 and md5 files or files which have more then one dot in name Apr 17, 2018
@belussi belussi changed the title Problem with listing sha1 and md5 files or files which have more then one dot in name Problem with listing sha1 and md5 files Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant