How about using BasePlus package and the %unzipArch() macro to get content of that zip?
filename SPFinit url "https://bit.ly/SPFinit";
%include SPFinit;
filename packages "/home/u63672513/packages"; /* create that directory*/
%installPackage(SPFinit BasePlus)
%loadPackage(BasePlus)
%unzipArch(
LLCP2022XPT.zip
, path = /home/u63672513/Mydata/
, target = /home/u63672513/Mydata/
, list=1
)
bart
... View more