Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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.

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?
mlunny

Is WinSCP.Session.GetFiles synchronous or asynchronous?

We are using a current version of the PowerShell version of WinSCP. I have not been able to determine from the documentation if the WinSCP.Session.GetFiles method is synchronous or asynchronous.

We are transferring files in a batch. After the batch has transferred files, the files are to be moved to a remote directory. Occasionally, the MoveFile method fails for individual files in the batch. We have checked and the permissions on the file are all the same.