I have a flow set up that copies files from an SFTP site to a local folder.
Most of the time it works, but sometimes I get a failure:
"message": "Unable to connect to the remote server '
During the flow process, it reads the list of files in the folder, then iterates through the list to get the file content and create a file in the new location with that content. I had connection to the server in order to read the name of the file. I had connection to the server in order to copy over the other dozen files. But one or two (non-sequential) iterations will give me a problem, then the flow will continue and the next file will work.
If I rerun the flow a bunch of times, it doesn't always happen on the same file. Sometimes A will work and B won't, but then the next run, A won't and B will.
Any ideas on why I might get this error sometimes, but not others?