I do not understand. In
(Unless you have set an environment variable
mget %%txt%
, the %
does not have any special meaning. It is just a part of the file name. So, in WinSCP, there's no change. Just use
get %%txt%
(Unless you have set an environment variable
txt
, which would expand in the script, breaking the filename)