I'm trying to use the artifactory.repository("RepoName")
.download("path/to/fileToDownload.txt")
.doDownload();
but the path on the download() contains blank spaces and is failing. I tried to encode it but it seems to fail. Is there any solution tot that?
thank