Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: UNZIP with WinSCP

It's an example of a custom command that you can add to WinSCP (any version). It runs unzip shell command on the server.
If you want to call remote unzip in script, use the call command.
https://winscp.net/eng/docs/scriptcommand_call
rfrench18

UNZIP with WinSCP

Hi,
I can see on the web that there is an UNZIP command...
unzip -o -d "!?&Extract to directory:?.!" "!".

What version includes UNZIP as a Custom Command? In addition, if this does exist, can I use this command in a script?

Thank you for your help!