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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Umesh,
I would suggest checking out the thread below, as a similar question on zipping was asked and a solution provided. If you still get errors on the Linux side, I would recommend posting the specific error.
Hi Umesh,
I would suggest checking out the thread below, as a similar question on zipping was asked and a solution provided. If you still get errors on the Linux side, I would recommend posting the specific error.