martin Re: Powershell / .NET assembly / GetFiles always delete files 2012-06-04 It works correctly for me. Can you set $session.DebugLogPath and post or email me the log?
Guff Powershell / .NET assembly / GetFiles always delete files 2012-05-31 13:21 Version : WinSCP 5.0.7 beta Using powershell I try $transferResult = $session.GetFiles($remotePath, $localPath, $false) Result : it delete the files on the remotePath I try $transferResult = $session.GetFiles($remotePath, $localPath) Result : it delete the files on the remotePath