03-02-2018 09:20 AM
Hello,
We’re trying to connect with Windows-based SFTP server in order to read data files, but getting the error as -
“error”: “Unable to read from sftp://sftp server//readme.txt”
“reason”: “Cannot open input stream for sftp://sftp server/readme.txt”
“resolution”: “Check for URL syntax and file access permission”
This is a very critical time of our program and any help or lead would be much appreciated.
Thanks!
03-06-2018 02:50 PM
There might be more information in the stack trace, you can click the ‘Show Details…’ link in the Pipeline Execution Statistics dialog to reveal that extra stuff.
12-17-2018 08:37 AM
well you most likely solved it already but for anyone that comes to your post something similar happened to me, it was all fine but the snaplex I was using was the wrong one, It was set by default to one that pointed to google cloud and all I had to do was changing the snaplex to one that we had that pointed to aws, and it just worked! (and putting the url between double quotes, having the = button pressed)