Re: Deleting files off remote ftp folder after download
First, if you want to download and delete files, just use simple:
That's all it takes. No need for that complicate code (which is about synchronization, not plain download).
If this does not work, add
$session.GetFilesToDirectory($remotePath, $localPath, $Null, $True).Check()
That's all it takes. No need for that complicate code (which is about synchronization, not plain download).
If this does not work, add
$session.ListDirectory($remotePath)
after the $session.GetFilesToDirectory
and post 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.