Transfer more than 1 file type to different folders
Trying to move two separate files to two folders which are supposed to be the latest ones
In one file I have the following
The other is
However this doesn't work, the only way this works is if I add into the Transfer setting file mask, but this is global so it isn't what I want.
What am I doing wrong??
In one file I have the following
winscp.com /Command "Option batch abort" "open PO_HomeInsurance" "get HIHL*.csv <1D\" "Close" "Exit"
The other is
winscp.com /Command "Option batch abort" "open PO_LifeInsurance" "get LIHL*.csv <1D\" "Close" "Exit"
However this doesn't work, the only way this works is if I add
LIHL*.csv <1D
What am I doing wrong??