So, I'm implementing an sFTP integration and the c...
# suitescript
d
So, I'm implementing an sFTP integration and the customer sent me a .pub and .key file(s) for authentication. How do I use those to authenticate?
m
I'd guess upload at Setup > Company > Keys, and pass the id as keyId parameter in sftp.createConnection
Haven't done it myself though