I am using copyFileFromContainer to copy a specific file. Often, I am not sure about the name of the file ahead. I want to copy the entire folder to a temp directory and want to perform some operations to find the file. Is there a way we can copy the entire folder?
I am using:
genericContainer.copyFileFromContainer("/data/lib/com/printing-out-params-5.jar", tempFilePath.toAbsolutePath().toString());