Re: Synchronizing files to remote directory based on file name
First, do you want to copy them all (unconditionally) or synchronize? If you want to copy unconditionally, use "put" instead of "synchronize".
Then, you need to allow WinSCP to traverse into subdirectories using */ mask.
E.g.
put -filemask="tr_*; */" "R:\Lot Files\" /productInfo/
No.
Then, you need to allow WinSCP to traverse into subdirectories using */ mask.
E.g.
put -filemask="tr_*; */" "R:\Lot Files\" /productInfo/
Also, is it possible for WinSCP to copy any files it finds beginning with 'tr_' directly into the /productInfo/ folder without creating an subfolders?
No.