[Configuration\Interface\CopyParam]
TransferMode=0
I don't know how to set the transfer type using the registry stuff in the process of compiling the custom distribution package. I dumped my preferences out to a .INI file, but I don't know how to transfer/translate that stuff into my winscpsetup.iss file.
Hi,
I discovered the "custom distribution" method today. I used this to create defaults to give to others. My installation was successful, and I am very happy with it.
However, I need to know how to ensure that the default transfer type is binary (we move very large text files) so that the user does not have to set this preferences her/himself.
How can I set this in winscpsetup.iss?
Thanks!