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.
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.