too bad, batch continue option seems to be unsupported, so i will call getfiles for each file with something like that
That's the correct way.
too bad, batch continue option seems to be unsupported, so i will call getfiles for each file with something like that
try
{
$transferResult = $Session.GetFiles($remotePath, $localPath, $false, $transferOptions)
}
catch {}