Hi Everyone,
I want to start by saying I love WinSCP. The forums and documentation are great, and I have really gotten a lot of use out of using WinSCP from the command line. My question is in regards to how files are processed on the local machine. So for example, if I am running WinSCP through a batch script to 'get' files like this (the rest of the script has been removed for irrelevance):
"get * -delete -filemask="%filemask%" %destination%\" ^
My thinking would be that the files (temporary or permanent) would be stored at that destination, so 'E:\DownloadFolder' or something along those lines. Is my thinking correct? Or are temporary files stored elsewhere during the process? Thanks,
Joe