Re: Is WinSCP.Session.GetFiles synchronous or asynchronous?
Synchronous. That's the default. I do not think there's any point mentioning that a method is synchronous. Majority is.
If you have problems, attach a session log file.
Btw, did you check that you are not trying to move the file over an existing file?
If you have problems, attach a session log file.
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.Btw, did you check that you are not trying to move the file over an existing file?