Re: Script didn't save the downloaded files correct
You never use
Also, what do you expect the
If you need further help, please attach a full session log file showing the problem (using the latest version of WinSCP).
$localPathImport
in your code. Maybe you wanted to use it, where you actually use undefined $localPath
.
Also, what do you expect the
$zeit = Get-Date >> ...
to do? Imo, the $zeit = Get-Date
does not output anything. Possibly you meant to do Get-Date >> ...
only.
If you need further help, please attach a full session log file showing the problem (using the latest version of WinSCP).
To generate the session log file, set
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.