davidl14970702
22-05-2019
I am unsure how to diagnose this error.
05/22/2019 7:58:40 AM BAS-010015 Cannot open file '/home/myfilepath.csv' with write access (errno=13, Permission denied)
I am a full admin, there should not be any permission issues.
wodnicki
MVP
Hi,
The /home dir is normally owned by root group, so you have these options:
Thanks,
-Jon
23-05-2019
I didn't realize there were permission settings on the SFTP.
I just completed the transfer.
Thanks
Adhiyan
Employee
Very well explained indeed Jon.
We generally follow the 3rd procedure of having root+neolane in one group.
davidl14970702 -
When you try to connect to the sftp from a workflow , it's actually the neolane user who sends the signal to sftp and not the admin user.
So even when you have admin rights you get access denied on the sftp directories.
Regards,