Hi, I'm trying to create a workflow that downloads data from an SFTP. I have configured the download tool as shown below. The file gets downloaded however I get an error stating 'Transferred a partial file'. Has anyone encountered something like this and fixed it?
Hello, @Barnali.
Have you tried outputting the data to a temporary file or to a field as a String? If so, do you get the same error? Are you getting all the data even with the error message?
Also, if none of these options works, I believe it may be worth trying the Python tool. Downloading data from the web is quick with Python.
Please let me know if you need help.
Hi @acarter881 ,
I have tried both and they return the same error. And yes, I'm getting all the data even with the error message. I was hoping to get some ideas on what I might be doing wrong.