Creating Zip file in webMethods

Hi,

I need to create a service that needs to zip the .csv files? can it possible in flow service?

The zip file needs to sent using sftp to the target system.

Using sftp.put service can i able to place the zip file to the target system?

Regards,
Karthikeyan S

There is a service zip:zipFiles in PSUtilities, please check that. Later you can use pub.client.sftp:put to put the file in target file system.

Let me know if you face any issues.