Re: UnGZip script not working for gz files
tar
probably does not work for Gzip files.
But you can add
gunzip
command:
https://winscp.net/eng/docs/custom_commands#gzip
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
tar
probably does not work for Gzip files.
gunzip
command:
Befehl 'tar -xz --directory="." -f "mysql-slow.log.1.gz"'
fehlgeschlagen mit Beendigungscode 2 und Fehlernachricht
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors.