Hi,
I have a file to proxy scenario where I need to pick some ZIP file with .gz extension.
I have tried to use PayloadZipBean but its not fulfilling my requirement.
As I am not getting any help using PayloadZipBean, I have decided to write an command line argument in the before processing section.
Initially I am picking the file using NFS. File is in the following folder -
/sapmnt/NDX/global/TEST/abc.dcu.gz
I have written a simple shell script gunzip *.gz and saved it as Unzip.sh and put it in the following path -
/sapmnt/NDX/global/TEST/Unzip.sh
I have written in the before processing of CC as /sapmnt/NDX/global/TEST/sh UnzipGz.sh
Though it was working in PUTTY while testing but its not working here .
Any help ....