I'm trying to download a directory that exists in a nexus repo to my local computer.I've tried using the nexus API, but I can't seem to copy the folder to my local computer and have it keep the same folder hierarchy as it appears on the nexus repo..
I need it to have on my PC the same folder strucutre of the folder in the nexus repo.
any help would be highly appreciated :)
I tried using the GUI, but size downloads are limited, and the folder I want to download is too big.
I also tried making a bash script that uses the nexus API to download files, but it doesn't keep the same folder structure as it appears on nexus, it just recursively downloads all files in a the nexus directory and puts them in one big local directory.