I have a script that pulls a password-protected Zip file from a partner's server, extracts the contents, uploads the contents to a servlet and then process the contents to pull related image files from an image server (one of the columns in the zipped file contains an image URL) and, depending on various things, may send the image to another servlet as well.
For the life of me I couldn't find an abstracted password-processing module so I used a qx// function to invoke RedHat's unzip. Works fine but I'd rather have a different alternative. | [reply] |