Re: WinSCP .net Assembly Session.PutFiles() Syntax
Yes, that's (almost) correct.
The right syntax for source (
See https://winscp.net/eng/docs/library_session_putfiles#localpath
The right syntax for source (
localPath
parameter) should include a filemask:
$sourceA = "\\sourceA\*"
$sourceB = "\\sourceB\*"
See https://winscp.net/eng/docs/library_session_putfiles#localpath