WinSCP script command unzip files automatically
Hi,
I just downloaded your latest WinSCP version on this website. I'm trying to perform batch files download over SFTP with it. I notice that the zip files I download will get unzip automatically. May I know why this is so and how I can prevent this from happening?
Here's a snippet of the script I use:
============================================
option batch on
option confirm off
option transfer binary
open user:password@server
get source destination
close
exit
=============================================
All source files are in .zip format. There are no failures in transfer except that I don't need WinSCP.com to unzip my files automatically.
I just downloaded your latest WinSCP version on this website. I'm trying to perform batch files download over SFTP with it. I notice that the zip files I download will get unzip automatically. May I know why this is so and how I can prevent this from happening?
Here's a snippet of the script I use:
============================================
option batch on
option confirm off
option transfer binary
open user:password@server
get source destination
close
exit
=============================================
All source files are in .zip format. There are no failures in transfer except that I don't need WinSCP.com to unzip my files automatically.