Hi Team,
I have a requirment to create a Zip file in sftp server from Adobe Campaign, Zip file capability to get insert/Update files in the zip.
What have i tried:
Option:1
1. Generate .csv files from Campaign and move to sftp location
2. use linux commands to create ZIP file and move the all .csv file to zip file created.
2nd step is failed with JS Error.
Option: 2
1. Generate .csv files from Campaign and move to sftp location
2. create sh file with shell script to change directory and zip command to zip the file.
cd is working from terminal, but when it is in .sh file, it is not working.
Please suggest any menthods/code availalbe for this.