I did not capture that when the issue occurred. I will let you know when it happens again. The issue is not repeatable when it occurs. Re-running the script will run with success.
- mlogan
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Session.SessionLogPath
. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.$synchronizationResult = $session.SynchronizeDirectories(
[WinSCP.SynchronizationMode]::Remote,
"C:\LocalEmptyFolder",
"/Remote/Folder/With/Content,
$True,
$True,
[WinSCP.SynchronizationCriteria]::Either,
$transferOptions)
$transferOptions = New-Object WinSCP.TransferOptions
$transferOptions.PreserveTimestamp = $True