Hi,
I have got this powershell script example to work really great!
https://winscp.net/eng/docs/library_session_synchronizedirectories#powershell
But I would like the output information in a file in stead of on the screen.
I have tried almost everything in Powershell but without success. Only the last file transfer is seen in the file if I use
Write-Output ("Download of {0} succeeded" -f $e.FileName) > C:\backuptest\log.txt
How can I get the full log into the file? Preferrably a new line for each message. :?:
Thanks for any advice![/code]