I am using Solar Winds SFTP server to test which uses SSH2 protocol with authentication using username and password. Its able to connect and authenticate but not able to download and upload files.I am able to connect to below to it using FileZilla. I tested the below on cache 2018.1.7.721.0. I tried setting remote to below

s remote="sftp://test_user@127.0.0.1/test.txt

s local="c:/users/testuser/desktop/orders/test.txt". 

s ok=sftp.Get(remote,local)

and got the below error

 Access is denied.
 [80070005]QIMJ%e^zssherror+21^%Net.SSH.Session.1^1e^zGet+6^%Net.SSH.SFTP.1^1e^^^0

I am able to upload and download files using FileZila